mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
fix footer padding
This commit is contained in:
parent
e39a3c5a1f
commit
111d9494bb
3 changed files with 3 additions and 3 deletions
|
@ -5319,7 +5319,7 @@ body {
|
|||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: initial;
|
||||
margin-bottom: 20px; }
|
||||
margin-bottom: 55px; }
|
||||
|
||||
.top-space {
|
||||
padding-top: 40px; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -31,7 +31,7 @@ body {
|
|||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: initial;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
|
||||
.top-space {
|
||||
|
|
Loading…
Reference in a new issue