Adjusted padding on margin on top-level containers

This commit is contained in:
Kenneth John Odle 2021-08-01 19:42:45 -04:00
parent cd0c293648
commit 2c00aefc07
2 changed files with 7 additions and 6 deletions

View File

@ -70,20 +70,19 @@ pre {
min-width: 700px;
width: 80%;
background: #ffffff;
padding: 20px;
padding: 1.5em 0;
border-bottom: solid 0.15em #ddd;
}
#sidebar {
float: left;
padding-right: 6%;
text-align: right;
width: 26%;
}
#content {
float: right;
padding: 0 2%;
padding: 0 0 0 2%;
width: 74%;
margin-bottom: 2em;
}

View File

@ -394,8 +394,10 @@
background: #fff;
border-top: solid 0.15em #ddd;
border-bottom: solid 0.15em #ddd;
width: 50%;
margin: 0 auto;
max-width: 1000px;
min-width: 700px;
width: 80%;
margin: 0 auto;
}
#belowheadermenu > ul > li {
float: left;
@ -436,7 +438,7 @@
width: 8px;
height: 2px;
display: block;
background: #333;
background: #333;
content: '';
}
#belowheadermenu > ul > li.has-sub > a:before {