Vanwege relatief groot lettertype de padding wat kleiner maken voor o.a. mobiel
This commit is contained in:
parent
76e68c3e24
commit
921190935e
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue