moved footer to layout. changed some css

This commit is contained in:
t1enne
2022-10-22 10:45:54 +02:00
parent f6e158ab88
commit 917248fc5b
13 changed files with 60 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
@import '../../../styles/mixins.scss';
.root {
position: relative;
display: grid;
@@ -10,7 +12,7 @@
.logoTitleSection {
display: flex;
@media (max-width: 768px) {
@include screen(desktop) {
flex-direction: column;
.logo {
margin-left: auto;
@@ -29,14 +31,14 @@
.title {
font-family: var(--theme-text-display-font-family);
color: var(--theme-color-palette-0);
font-size: 2rem;
font-size: 1.7rem;
font-weight: bold;
line-height: 30px;
}
.subtitle {
font-size: 1.5rem;
font-weight: 300;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.3;
color: var(--theme-color-background-header);
max-width: 900px;