diff options
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -35,6 +35,10 @@ body { | |||
35 | background-color: #F1F2E3; | 35 | background-color: #F1F2E3; |
36 | } | 36 | } |
37 | 37 | ||
38 | html, body { | ||
39 | height: 100%; | ||
40 | } | ||
41 | |||
38 | .wrapper { | 42 | .wrapper { |
39 | min-height: 100%; | 43 | min-height: 100%; |
40 | height: auto !important; | 44 | height: auto !important; |
@@ -209,14 +213,10 @@ ul { | |||
209 | .footer { | 213 | .footer { |
210 | background-color: #4A5D67; | 214 | background-color: #4A5D67; |
211 | font-size: 0.8em; | 215 | font-size: 0.8em; |
212 | margin-top: 2em; | ||
213 | margin-left: 0; | 216 | margin-left: 0; |
214 | margin-right: 0; | 217 | margin-right: 0; |
215 | padding: 0.4em 0 0.4em 0; | 218 | padding: 0.4em 0 0.4em 0; |
216 | text-align: center; | 219 | text-align: center; |
217 | position: fixed; | ||
218 | bottom: 0px; | ||
219 | left: 0px; | ||
220 | width: 100%; | 220 | width: 100%; |
221 | } | 221 | } |
222 | 222 | ||