mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-22 16:16:25 +00:00
padding bottom scroll fix for edge & firefox
This commit is contained in:
parent
de8b59f07c
commit
c719062fcb
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user