feat: add logos
This commit is contained in:
parent
854da17109
commit
0b4efd59de
20 changed files with 257 additions and 14 deletions
|
|
@ -15,8 +15,6 @@ body {
|
|||
.site-footer {
|
||||
border-top: .3rem solid $accent;
|
||||
margin-top: 1rem;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 4rem;
|
||||
background-color: $background;
|
||||
color: white;
|
||||
|
||||
|
|
@ -30,17 +28,28 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.site-footer__title {
|
||||
@extends .serif-font;
|
||||
// .site-footer__title {
|
||||
// @extends .serif-font;
|
||||
// }
|
||||
|
||||
.site-footer__title-recall {
|
||||
width: 9em;
|
||||
.site-footer__logo {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.site-footer__content {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
// .site-footer__links {
|
||||
// }
|
||||
.site-footer__links {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: $md-breakpoint) {
|
||||
.site-footer__content {
|
||||
|
|
|
|||
|
|
@ -39,10 +39,11 @@ $header-height: 6rem;
|
|||
|
||||
.site-header__title {
|
||||
height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.site-header__logo {
|
||||
width: $header-height;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue