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

Reviewed-on: #10
dev
Antonio De Lucreziis 2 years ago
commit 67a336bc0c

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

Loading…
Cancel
Save