feat: add last modified date as an option

This commit is contained in:
Henk Verlinde
2022-01-17 19:50:23 +01:00
parent 9a9f37b3a2
commit 40a8705ab6
6 changed files with 48 additions and 15 deletions

View File

@ -23,13 +23,29 @@ h4:hover a {
margin-top: 2.25rem;
}
.edit-page {
.page-footer-meta {
margin-top: 3rem;
font-size: $font-size-base;
}
.edit-page svg {
margin-right: 0.5rem;
.edit-page,
.last-modified {
font-size: $font-size-sm;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
@include media-breakpoint-up(md) {
.edit-page,
.last-modified {
font-size: $font-size-base;
margin-top: 0.75rem;
margin-bottom: 0.25rem;
}
}
.edit-page svg,
.last-modified svg {
margin-right: 0.25rem;
margin-bottom: 0.25rem;
}