diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-03-05 02:39:59 +1300 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-03-05 02:39:59 +1300 |
commit | 7e8275355f0bfaa429af1bf426cc8036a0cafc9d (patch) | |
tree | cf3893ef17b688aa5df9dea6ce8283496e5f3eb7 /themes/erdgeist | |
parent | ff74a620d09c5b6808ed6968d6776fa6f3e60808 (diff) |
Push down body content if navbar is shown
Diffstat (limited to 'themes/erdgeist')
-rw-r--r-- | themes/erdgeist/assets/css/erdgeist.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/erdgeist/assets/css/erdgeist.css b/themes/erdgeist/assets/css/erdgeist.css index f615cf9..d521c0d 100644 --- a/themes/erdgeist/assets/css/erdgeist.css +++ b/themes/erdgeist/assets/css/erdgeist.css | |||
@@ -134,6 +134,10 @@ body { | |||
134 | } | 134 | } |
135 | 135 | ||
136 | @media (max-width: 553px) { | 136 | @media (max-width: 553px) { |
137 | .body-content { | ||
138 | margin-top: 56px; | ||
139 | } | ||
140 | |||
137 | .navbar { | 141 | .navbar { |
138 | height: 56px !important; | 142 | height: 56px !important; |
139 | margin-left: auto; | 143 | margin-left: auto; |