Made the site more mobile-friendly

This commit is contained in:
2018-12-10 05:57:43 +11:00
parent 49982bdc85
commit 80eefec541
3 changed files with 46 additions and 16 deletions
+28 -1
View File
@@ -63,6 +63,16 @@ footer {
justify-content: flex-end;
}
.scrollable {
max-width: 100%;
overflow: auto;
}
.noPadding {
padding-left: 0 !important;
padding-right: 0 !important;
}
/* Up and Down Arrows */
.descend:after{
content: "\25B2";
@@ -70,4 +80,21 @@ footer {
.ascend:after{
content: "\25BC";
}
}
/* Specific cases */
thead {
font-weight: bold;
}
th {
min-width: 50px;
}
th:nth-child(1) {
min-width: 120px;
}
th:nth-child(4) {
min-width: 250px;
}