Fix some spacing issues
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user