Adjusted mobile view

This commit is contained in:
2019-06-01 06:30:24 +10:00
parent ea947ed869
commit b0c66cd173
2 changed files with 26 additions and 22 deletions
+8 -4
View File
@@ -239,15 +239,23 @@ footer {
@media screen and (max-width: 480px) {
.row {
flex-direction: column;
border-style: solid;
border-color: lightblue;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1;
}
}
.col {
flex: 1;
min-width: 80px;
}
.table.noCollapse .row {
flex-direction: row;
border-style: none;
}
/* bits and pieces */
@@ -264,10 +272,6 @@ footer {
margin-bottom: 2em;
}
.minWidth { /* hacky */
min-width: 80px;
}
pre {
color: pink;
background-color: #222222;