feat: add dedicated class to hide contents on small-width screens
This commit is contained in:
parent
91224e634a
commit
98e062611e
4 changed files with 17 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue