add support for approx dates
This commit is contained in:
parent
1cfb65eae9
commit
8d4ff29e56
8 changed files with 141 additions and 65 deletions
|
@ -135,6 +135,8 @@ figcaption .date, figcaption .title {
|
|||
figcaption .date { top: -1px; left: -1px; }
|
||||
figcaption .title { bottom: -1px; left: -1px; }
|
||||
|
||||
.date { text-transform: lowercase; }
|
||||
|
||||
.year-marker {
|
||||
grid-area: auto / 1;
|
||||
padding: var(--border-thickness);
|
||||
|
|
|
@ -100,6 +100,8 @@ body {
|
|||
content: url(../18_plus.svg);
|
||||
}
|
||||
|
||||
#date { text-transform: lowercase; }
|
||||
|
||||
#info {
|
||||
max-width: 80%;
|
||||
margin: auto;
|
||||
|
@ -149,6 +151,10 @@ body {
|
|||
grid-area: auto / 2;
|
||||
}
|
||||
|
||||
#updates .q {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.updated {
|
||||
font-size: 90%;
|
||||
font-style: italic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue