diff options
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;  }  | 
