diff --git a/assets/css/main.css b/assets/css/main.css index 1601369..14e0514 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -92,6 +92,26 @@ article { } } +.posts { + time { + font-size: 0.85em; + font-style: italic; + margin-left: 0.25em; + + &:before { + content: "("; + } + + &:after { + content: ")"; + } + } + + p { + margin-block: 0.5em; + } +} + /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */ @font-face { font-family: Delicious; diff --git a/index.html b/index.html index 090661f..5c3e97e 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,15 @@ layout: default title: "Home" --- -