minor fix

This commit is contained in:
Yann Esposito (Yogsototh) 2022-02-21 08:40:30 +01:00
parent 27c59db5b0
commit 4b0d69af9e
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 2 additions and 1 deletions

View File

@ -20,10 +20,11 @@ code { padding: 1px 3px; }
figure { margin: 1rem 0; padding: 0; }
hr { opacity: 0.3; }
.meta { font-size: small;}
.details { display: inline-block; min-width: 13em; font-size: small; }
.abstract,.notes { margin: 1rem 10% 0; font-size: 0.875em; }
.notes { border: dotted 1px; padding: 1em 2em;}
.abstract { font-style: italic; }
.post-title { display: inline-block; min-width: 20em; }
.post-title { display: inline-block; min-width: 18em; }
.post-title > a { display: inline-block; padding: 0.5em 0; }
#logo { display: block;
vertical-align: middle;