css fixes

This commit is contained in:
Mario Vavti 2016-12-21 12:55:49 +01:00
parent 04472bd730
commit fcc92299eb
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
.widget {
padding: 10px 10px 20px 10px;
margin-bottom: 10px;
padding: 10px;
}
.widget h3 {

View File

@ -32,10 +32,14 @@ aside {
max-width: $aside_widthpx;
}
aside#region_1 {
aside #region_1 {
border-right: 1px solid transparent;
}
aside #left_aside_wrapper {
margin-bottom: 10px;
}
main {
margin-left: auto;
margin-right: auto;