feat: add logos

This commit is contained in:
Matthieu Bessat 2023-05-21 22:39:56 +02:00
parent bf987e19ad
commit 504ede5a84
20 changed files with 257 additions and 14 deletions

View file

@ -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 {

View file

@ -39,10 +39,11 @@ $header-height: 6rem;
.site-header__title {
height: 100%;
width: auto;
}
.site-header__logo {
width: $header-height;
width: auto;
height: 100%;
}