padding bottom scroll fix for edge & firefox

This commit is contained in:
cupcakearmy 2019-06-15 10:08:14 +02:00
parent de8b59f07c
commit c719062fcb
2 changed files with 9 additions and 3 deletions

View File

@ -1,9 +1,15 @@
#singular #main { #singular #main {
padding: 8vw 0 16vh 0; padding-top: 8vw;
overflow: auto; overflow-y: auto;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
#singular #main:after{
content: '';
height: 16vh;
display: block;
}
#singular #header { #singular #header {
text-align: center; text-align: center;
padding: 0 2em; padding: 0 2em;

View File

@ -2,7 +2,7 @@
Theme Name: Liquet Theme Name: Liquet
Author: Niccolo Borgioli Author: Niccolo Borgioli
Description: Minimalistic clean theme Description: Minimalistic clean theme
Version: 0.6 Version: 0.7
License: MIT License: MIT
Tags: minimal, simple, typography, clean Tags: minimal, simple, typography, clean
Author URI: https://nicco.io Author URI: https://nicco.io