Skip to content

Commit

Permalink
https://css-tricks.com/all-about-floats/
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakaRashard authored Jun 26, 2024
1 parent ee84739 commit 9267025
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,12 @@ 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 @@ -327,24 +323,16 @@ small {
font-size: 12px;
}




nav {
width: 230px;
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 9267025

Please sign in to comment.