mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
add margin to blog post timestamps
This commit is contained in:
parent
aeb740fa54
commit
5dead5d1dc
1 changed files with 5 additions and 0 deletions
|
@ -127,6 +127,11 @@ abbr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timestamp {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.header-image-wrapper {
|
.header-image-wrapper {
|
||||||
color: var(--accent-text-color-neutral);
|
color: var(--accent-text-color-neutral);
|
||||||
background-color: var(--accent-color-neutral);
|
background-color: var(--accent-color-neutral);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue