made tables wider on mobile
This commit is contained in:
parent
a4d055eda6
commit
61566ffa42
@ -123,3 +123,9 @@ body.dark-theme a {
|
||||
color: darkturquoise;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user