6
0
Fork 0

Vanwege relatief groot lettertype de padding wat kleiner maken voor o.a. mobiel

This commit is contained in:
Michael Boelen 2023-05-10 20:35:41 +02:00
parent 76e68c3e24
commit 921190935e

View file

@ -17,7 +17,7 @@ body {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
padding: 2rem; padding: 1.2rem;
// background: hsla(93, 0%, 96%, 1.00); // background: hsla(93, 0%, 96%, 1.00);
color: #000; color: #000;
} }
@ -255,7 +255,6 @@ img {
height: auto; height: auto;
} }
.post-date { .post-date {
margin: 5% 0 5%; margin: 5% 0 5%;
} }