feat: add dedicated class to hide contents on small-width screens

This commit is contained in:
David Bailey 2024-01-04 16:06:52 +01:00
parent 91224e634a
commit 98e062611e
4 changed files with 17 additions and 15 deletions

View file

@ -33,11 +33,4 @@ table.directory tr.entry .entry_title {
table.directory .entry_update_time {
display: block;
width: 12rem;
}
@media only screen and (max-width: 600px) {
table.directory .entry_update_time {
visibility: hidden;
display: none;
}
}