aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/default.css17
1 files changed, 3 insertions, 14 deletions
diff --git a/view/css/default.css b/view/css/default.css
index bffecbb81..f6857ec83 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -12,29 +12,18 @@ main {
position: relative;
width: 100%;
height: 100%;
+ padding-top: 71px;
}
aside {
display: table-cell;
vertical-align: top;
- padding: 80px 7px 0px 7px;
+ padding: 0px 7px 0px 7px;
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
- padding: 80px 7px 200px 7px;
-}
-
-@media screen and (max-width: 767px) {
-
- section {
- padding: 65px 7px 200px 7px;
- }
-
- aside#region_1 {
- padding: 65px 7px 0px 7px;
- }
-
+ padding: 0px 7px 200px 7px;
}