Modify layout to block based display if on mobile
This commit is contained in:
@ -361,4 +361,10 @@ button:hover {
|
|||||||
.readout .value {
|
.readout .value {
|
||||||
color: var(--text-light);
|
color: var(--text-light);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user