Fix responsiveness.

This commit is contained in:
softsimon
2020-07-16 14:36:02 +07:00
parent f7dd46c6c7
commit afc19b39d9
3 changed files with 51 additions and 45 deletions

View File

@@ -416,3 +416,7 @@ h1, h2, h3 {
background-color: #653b9c;
border-color: #3a1c61;
}
th {
white-space: nowrap;
}