Make YAML .box:es not round to match with our figures

This commit is contained in:
Jonas Schäfer 2019-04-06 09:42:47 +02:00
parent 775e3681b0
commit 3f38e0a431
1 changed files with 4 additions and 0 deletions

View File

@ -1476,6 +1476,10 @@
pre {
font-size: 87.5%;
}
.box {
border-radius: 0;
}
}
@media screen and ( min-width: 75em ) {