Αυτό το commit περιλαμβάνεται σε:
Fanis Dokianakis 2024-01-16 23:42:29 +02:00
γονέας 88adf667a0
commit 414aa9dbd0
21 αρχεία άλλαξαν με 91 προσθήκες και 20 διαγραφές

@ -9,7 +9,7 @@
html {
color: #232333;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
font-size: 17px;
line-height: 1.6em;
}
body{
@ -185,6 +185,12 @@ footer {
margin-bottom: 0;
}
main h2 {
margin-bottom: 0;
font-size: 1.8rem;
margin-top: 2em;
}
time {
color: grey;
}
@ -194,6 +200,12 @@ article .title {
margin-bottom: 1em;
}
article h2 {
margin-bottom: 0;
font-size: 1.2rem;
margin-top: 2em;
}
/* Callout */
.callout {