This commit is contained in:
Dominic Grimm 2023-02-20 11:32:26 +01:00
parent 5364467eb6
commit 990b269f70
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
2 changed files with 5 additions and 2 deletions

View file

@ -229,6 +229,10 @@ ul.tag-list {
}
}
.invisible-hr {
display: none;
}
@media only screen and (max-width: 600px) {
#wrapper {
width: 100%;