Make the entire site prettier

This commit is contained in:
2020-09-22 18:27:08 +02:00
parent 81f0f99c7e
commit f1d8758369
2 changed files with 45 additions and 28 deletions

View File

@@ -11,6 +11,10 @@ h1, h2, h3, h4 {
color: #9b59b6;
}
.post-list {
padding: 10px;
}
.post-list-item {
display: block;
max-width: 800px;
@@ -25,8 +29,16 @@ h1, h2, h3, h4 {
font-size: 21px;
}
.text {
font-size: 21px;
}
@media only screen and (max-width: 768px) {
.text {
/* A smaller font looks better on smaller devices */
font-size: 19px;
}
.post {
/* A smaller font looks better on smaller devices */
font-size: 19px;