Fix some spacing issues
This commit is contained in:
parent
8f54b8012f
commit
8a9e082df3
|
|
@ -52,4 +52,15 @@ label:has(input[type="checkbox"]) {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 95vw !important;
|
max-width: 95vw !important;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
padding: 0 !important;
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
p:not(:has(*)) {
|
||||||
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user