theme reorx: move footer css in .cv-container

This commit is contained in:
Reorx 2023-02-11 22:32:38 +08:00
parent 46958c4a35
commit bdeecc45ed
1 changed files with 13 additions and 13 deletions

View File

@ -12,6 +12,19 @@ $lh-p: 1.4;
.cv-container { .cv-container {
font-size: 14px; font-size: 14px;
font-family: system-ui, sans-serif; font-family: system-ui, sans-serif;
footer {
opacity: .7;
margin-top: 3em;
border-top: 1px solid $color-border-dim;
padding: 4px 0 8px;
display: flex;
font-size: 13px;
color: $color-text-dim;
> div {
margin-right: 2em;
}
}
} }
a, a:visited, a:active { a, a:visited, a:active {
@ -139,16 +152,3 @@ section {
margin-bottom: 0; margin-bottom: 0;
} }
} }
footer {
opacity: .7;
margin-top: 3em;
border-top: 1px solid $color-border-dim;
padding: 4px 0 8px;
display: flex;
font-size: 13px;
color: $color-text-dim;
> div {
margin-right: 2em;
}
}