diff options
| author | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-31 19:12:33 +0200 | 
|---|---|---|
| committer | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-31 19:12:33 +0200 | 
| commit | 41b36e79f32e6a9efffe1c0100ddc339dbaaeabb (patch) | |
| tree | 8bd84396ae5d2ccf6ca8fd02e004940e127236ee /Cont | |
| parent | 8367989b42f0148df28e58ac492080a660c353a3 (diff) | |
| download | LYLLRuoka-41b36e79f32e6a9efffe1c0100ddc339dbaaeabb.tar.gz LYLLRuoka-41b36e79f32e6a9efffe1c0100ddc339dbaaeabb.zip  | |
Fixed bad footer behavior on mobile firefox
Diffstat (limited to 'Cont')
| -rw-r--r-- | Cont/index.css | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/Cont/index.css b/Cont/index.css index 80e5dc6..8df7295 100644 --- a/Cont/index.css +++ b/Cont/index.css @@ -92,6 +92,9 @@ footer {  	line-height: 1em;  	box-sizing: border-box; +	/* Don't look dumb on mobile firefox (with the lazily updating bottom search bar moving away otherwise revealing the background) */ +	padding-bottom: 5rem; +  	background-color: #0d0d0d;  }  | 
