CSS mit Blog abgeglichen

This commit is contained in:
Peter 2019-11-21 13:14:02 +01:00
parent 0aa54d461d
commit febd94f691
1 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,17 @@ article > footer {
article > div {
font-size: 14pt;
font-family: 'DejaVu Serif', sans-serif
font-family: 'DejaVu Serif', sans-serif;
text-align: justify;
}
article > div > aside {
max-width: 50%;
float: right;
border: black 1pt solid;
padding: 6pt;
margin-left: 12pt;
margin-bottom: 12pt;
}
blockquote {