cleanup: remove most html from landing page

This commit is contained in:
Ivana Andersson 2023-08-16 15:56:57 +03:00
parent e7a4b88f63
commit b6a2204319
3 changed files with 18 additions and 89 deletions

View File

@ -25,8 +25,7 @@
display: flex;
flex-wrap: wrap;
justify-content: end;
height: 100%;
margin: 0 auto;
height: 100%;
}
.container-inner {
max-width: 70%;
@ -40,10 +39,6 @@ header {
justify-content: space-between;
padding: 1.5rem 0;
}
header > div {
display: flex;
align-items: center;
}
.logo-title {
font-size: 27px;
font-weight: 700;

View File

@ -1,7 +1,4 @@
.landing-page header div img {
margin-right: 0.5rem;
.landing-page {
height: 100%;
}
.landing-page .content .subtitle {
margin-bottom: 3em;
}

File diff suppressed because one or more lines are too long