better for mobile displays

This commit is contained in:
ville rantanen
2020-12-21 16:19:41 +02:00
parent 0637708122
commit f967e81a7d
2 changed files with 7 additions and 1 deletions

View File

@@ -99,6 +99,12 @@ tr:nth-child(odd) {
#list_left {
float: left;
}
@media (max-width: 600px) {
#list_left {
margin-top: 5em;
}
}
#list_title {
margin-left: 5em;