Skip to content

Commit

Permalink
https://www.google.com/search?q=git+repo+information+command+line&rlz…
Browse files Browse the repository at this point in the history
…=1CASLJZ_enUS1116&oq=git+repo+information+command+line&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMg0IAxAAGIYDGIAEGIoFMg0IBBAAGIYDGIAEGIoFMgoIBRAAGIAEGKIEMgoIBhAAGIAEGKIEMgoIBxAAGIAEGKIEMgoICBAAGIAEGKIEMgYICRBFGEDSAQg1NTI3ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8
  • Loading branch information
ThakaRashard authored Jun 26, 2024
1 parent b0c8e3d commit 94349fc
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 94349fc

Please sign in to comment.