body {
font-family: 'Noto Sans Mono', monospace;
- font-size: 0.9em;
+ /*font-family: 'Heebo', sans-serif;*/
+ font-size: 0.8em;
+ letter-spacing: 0.1px;
margin:0 auto;
max-width:700px;
}
margin:2em 0;
}
+
+
footer {
margin:2em 0;
text-align:center;
text-decoration:none;
}
+.home p {
+}
+
a {
font-weight:bold;
}
font-family: 'Poiret One', cursive;
}
-
/* images */
img[src*="#right"] {
+ border: 1px solid pink;
float:right;
padding-left:3em;
padding-top: 1.5em;
}
.post-list-date {
font-weight:normal;
- margin-top:1em;
+ margin-top:1.0em;
+ margin-bottom:0.3em;
font-style:italic;
font-size:1.1em;
}
+.post-link {
+ margin:0.4em;
+}
.post-meta {
font-size:0.8em;
}