From 94349fc53d51de028bee91de5a2918c92b063825 Mon Sep 17 00:00:00 2001 From: ThakaRashard <93835618+ThakaRashard@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:14:21 -0700 Subject: [PATCH] https://www.google.com/search?q=git+repo+information+command+line&rlz=1CASLJZ_enUS1116&oq=git+repo+information+command+line&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMg0IAxAAGIYDGIAEGIoFMg0IBBAAGIYDGIAEGIoFMgoIBRAAGIAEGKIEMgoIBhAAGIAEGKIEMgoIBxAAGIAEGKIEMgoICBAAGIAEGKIEMgYICRBFGEDSAQg1NTI3ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8 --- _sass/jekyll-theme-leap-day.scss | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/_sass/jekyll-theme-leap-day.scss b/_sass/jekyll-theme-leap-day.scss index 75a9147..fc7e4dd 100644 --- a/_sass/jekyll-theme-leap-day.scss +++ b/_sass/jekyll-theme-leap-day.scss @@ -305,12 +305,16 @@ header { } section { + + float: right; + + width: 590px; padding: 30px 30px 50px 30px; margin: 20px 0; margin-top: 190px; position: relative; - float:right; + background: #fbfbfb; border-radius: 3px; border: 1px solid #cbcbcb; @@ -323,16 +327,24 @@ small { font-size: 12px; } + + + nav { width: 230px; - position: relative; + position: absolute; top: 220px; - left: 50%; float:left; margin-left: -0px; text-align: right; overflow: auto; + float: left; + padding: 10px 2% 10px 2%; + margin: 0px; + border: 0px; + background: #666; + width: 46%; ul { list-style: none; list-style-image: none;