Remove all non-essential js related to uikit. (#585)

* Remove all non-essential js related to uikit.

* Add padding to the bottom of the grid.
This commit is contained in:
Kavin
2021-10-31 17:44:36 +00:00
committed by GitHub
parent 8ce26ee3b1
commit 1c03633c62
10 changed files with 12 additions and 9 deletions

View File

@@ -115,4 +115,8 @@ b {
* {
scrollbar-color: #15191a #444a4e;
}
.uk-grid > div {
padding-bottom: 1vh;
}
</style>