mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-22 08:06:24 +00:00
padding bottom scroll fix for edge & firefox
This commit is contained in:
parent
de8b59f07c
commit
c719062fcb
@ -1,9 +1,15 @@
|
||||
#singular #main {
|
||||
padding: 8vw 0 16vh 0;
|
||||
overflow: auto;
|
||||
padding-top: 8vw;
|
||||
overflow-y: auto;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#singular #main:after{
|
||||
content: '';
|
||||
height: 16vh;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#singular #header {
|
||||
text-align: center;
|
||||
padding: 0 2em;
|
||||
|
@ -2,7 +2,7 @@
|
||||
Theme Name: Liquet
|
||||
Author: Niccolo Borgioli
|
||||
Description: Minimalistic clean theme
|
||||
Version: 0.6
|
||||
Version: 0.7
|
||||
License: MIT
|
||||
Tags: minimal, simple, typography, clean
|
||||
Author URI: https://nicco.io
|
||||
|
Loading…
Reference in New Issue
Block a user