theme reorx: move footer css in .cv-container
This commit is contained in:
parent
46958c4a35
commit
bdeecc45ed
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue