1
0
Fork 0
mirror of https://git.ludikovsky.name/git/mdlive.git synced 2024-05-20 14:05:35 +02:00

CSS mit Blog abgeglichen

This commit is contained in:
Peter 2019-11-21 13:14:02 +01:00
parent 0aa54d461d
commit febd94f691

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 {