forked from rDrama/rDrama
1
0
Fork 0

minor css change

master
Aevann1 2022-08-21 16:05:05 +02:00
parent 350a6eb878
commit 47f661faeb
2 changed files with 11 additions and 1 deletions

View File

@ -6228,3 +6228,13 @@ g {
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;
} }
div.custom-control:last-of-type {
margin-bottom: 1rem;
}
@media (max-width: 768px) {
div.custom-control:last-of-type {
margin-bottom: 7px;
}
}

View File

@ -1,6 +1,6 @@
{%- {%-
set CACHE_VER = { set CACHE_VER = {
'css/main.css': 473, 'css/main.css': 474,
'css/catalog.css': 2, 'css/catalog.css': 2,
'css/4chan.css': 61, 'css/4chan.css': 61,