many dropdown and class fixes. still a long way to go...

This commit is contained in:
Mario Vavti
2017-03-12 21:11:28 +01:00
parent d9ecca8591
commit 8aabc6bc3d
19 changed files with 148 additions and 150 deletions

View File

@@ -18,7 +18,7 @@ aside {
position: relative;
display: table-cell;
vertical-align: top;
padding: 5rem 7px 0px 7px;
padding: 4.5rem 7px 0px 7px;
}
section {
@@ -26,5 +26,5 @@ section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 5rem 7px 200px 7px;
padding: 4.5rem 7px 200px 7px;
}