make my site slightly more accessible
This commit is contained in:
@@ -38,6 +38,14 @@ html, body {
|
|||||||
max-width: 80ch;
|
max-width: 80ch;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (orientation: portrait) {
|
||||||
|
html, body {
|
||||||
|
max-width: 100% !important;
|
||||||
|
padding: 5px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#font, p, ul, ol, h1, h2, h3, h4, h5, table {
|
#font, p, ul, ol, h1, h2, h3, h4, h5, table {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
|
Reference in New Issue
Block a user