mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
11 lines
246 B
SCSS
11 lines
246 B
SCSS
|
.site-footer {
|
||
|
height: var(--footer-height);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.site-footer hr {display: none;}
|
||
|
.site-footer .container {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.breadcrumbs {display: flex; flex-flow: row wrap;}
|