Add: hidden class

This commit is contained in:
Aroy-Art 2022-03-21 09:26:07 +01:00
parent 105b67ff78
commit 57507f10f7
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -145,6 +145,10 @@ table, th {
border: 1px solid #750cf2;
}
.hidden {
display: none;
}
.kill-margin-bottom {
margin-bottom: 0 !important;
}