make my site slightly more accessible
This commit is contained in:
parent
3c0c510a0d
commit
1061b92d28
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue