Merge pull request 'fix: math styling' (#10) from dev into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #10
dev
commit 67a336bc0c

@ -234,15 +234,9 @@ hr {
border-bottom: 2px dotted #555;
}
.math {
max-width: 100%;
overflow-x: auto;
}
@media screen and (min-width: $device-m-width) {
.math {
max-width: 100%;
overflow-x: auto;
}
}

Loading…
Cancel
Save