comparison default/static/styles.css @ 81:3eec00136867

css (main style): #body is now a positioned element
author Goffi <goffi@goffi.org>
date Wed, 03 Jan 2018 01:12:15 +0100
parents 94b04fba91c7
children b2ef34e602cf
comparison
equal deleted inserted replaced
80:099ed0c37423 81:3eec00136867
22 box-sizing: border-box; 22 box-sizing: border-box;
23 } 23 }
24 24
25 #body { 25 #body {
26 flex: 1; 26 flex: 1;
27 position: relative;
27 } 28 }
28 29
29 footer { 30 footer {
30 text-align: center; 31 text-align: center;
31 font-size: 0.7em; 32 font-size: 0.7em;