mobile styling

This commit is contained in:
Lucy Cifferello
2020-10-08 21:49:11 -06:00
parent 7699eb668d
commit a483662a65

View File

@@ -129,4 +129,11 @@ code {
.expand .admonition-title:before {
color: #393838!important;
}
@media (max-width: 600px) {
.expand {
width: 90%;
margin: 0 0 1em 1.5em;
}
}