Fix padding issue

This commit is contained in:
schmelczerandras 2020-11-21 23:19:58 +01:00
parent ef9447d923
commit 58e9de2bfd
2 changed files with 2 additions and 0 deletions

View file

@ -17,5 +17,6 @@
padding-bottom: var(--small-margin);
font-size: 0.9rem;
font-style: italic;
padding: 0 8px 8px 8px;
}
}

View file

@ -152,6 +152,7 @@ section.timeline-element {
padding-bottom: var(--small-margin);
font-size: 0.9rem;
font-style: italic;
padding: 0 8px 8px 8px;
}
}