Add padding to the bottom of the grid.

This commit is contained in:
FireMaskterK 2021-10-31 17:39:03 +00:00
parent a96f937281
commit 2ed3d83435
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

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