mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Revert to default font size, reduce body padding
It was getting annoying to fit stuff in a small viewport and the default size isn't so bad tbh.
This commit is contained in:
parent
ba637cf1db
commit
0666dcd715
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ html {
|
||||||
* further apart. Dyslexic users prefer the spacing too.
|
* further apart. Dyslexic users prefer the spacing too.
|
||||||
* <100dpi screens: sans-serif is better. Why did browsers settle
|
* <100dpi screens: sans-serif is better. Why did browsers settle
|
||||||
* on serif being the default?? */
|
* on serif being the default?? */
|
||||||
font: 105%/1.5 sans-serif;
|
font: 100%/1.5 sans-serif;
|
||||||
|
|
||||||
/* Aligning to the center with space on both sides prevents accidental
|
/* Aligning to the center with space on both sides prevents accidental
|
||||||
* link activation on mobile devices. */
|
* link activation on mobile devices. */
|
||||||
|
@ -27,7 +27,7 @@ html {
|
||||||
@media screen {
|
@media screen {
|
||||||
html {
|
html {
|
||||||
max-width: 45em;
|
max-width: 45em;
|
||||||
padding: 0 3%;
|
padding: 0 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.e-content {
|
.e-content {
|
||||||
|
|
Loading…
Reference in a new issue