Added class for invisible stuff (“display: none;”)

This commit is contained in:
pezcurrel 2024-01-07 11:05:48 +01:00
parent d35074c79e
commit f8dd74f1b7

View file

@ -312,6 +312,9 @@ a:active {
.transc:hover {
text-decoration: underline;
}
.invisible {
display: none;
}
@media only screen and (max-width:540pt) {
body {
background-color: white;