css fixes
This commit is contained in:
parent
04472bd730
commit
fcc92299eb
@ -1,5 +1,6 @@
|
||||
.widget {
|
||||
padding: 10px 10px 20px 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.widget h3 {
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user