[S] Fix padding under main frame

This commit is contained in:
Hykilpikonna
2019-11-10 13:35:48 -05:00
parent 0326c0bf14
commit 93a01aeb5d
+3 -1
View File
@@ -5,7 +5,7 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-align: center; text-align: center;
color: #2c3e50; color: #2c3e50;
margin-bottom: 100px; padding-bottom: 100px;
} }
#app-content #app-content
@@ -30,6 +30,8 @@
.dark .dark
{ {
background: #555555 !important;
div div
{ {
background: #555555 !important; background: #555555 !important;