Change size of author and date
This commit is contained in:
parent
bb0628f2fc
commit
08a95276c9
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user