Change size of author and date

This commit is contained in:
Thomas Dehaeze 2021-01-04 10:19:10 +01:00
parent bb0628f2fc
commit 08a95276c9
2 changed files with 3 additions and 4 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -8,16 +8,15 @@
background: $color-background-obscur;
border-top: solid 10px #343131;
font-family: $serif;
font-size: 0.8em;
z-index:400;
.author {
font-size: 1rem;
font-size: 0.8rem;
margin-bottom: 0px;
}
.date {
font-size: 0.9rem;
font-size: 0.7rem;
margin-bottom: 0px;
color: $color-secondary;
}