Replace video grids with windicss.

This commit is contained in:
FireMasterK
2021-12-27 14:46:22 +00:00
parent 7314642efa
commit 69ae2bf131
10 changed files with 179 additions and 56 deletions

View File

@@ -116,8 +116,8 @@ b {
scrollbar-color: #15191a #444a4e;
}
.uk-grid > div {
padding-bottom: 1vh;
.video-grid {
@apply grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 col-auto gap-x-1vw gap-y-0.2vh;
}
.uk-button {