feature/landing-page #1

Merged
EleonoraOtz merged 12 commits from feature/landing-page into main 2022-10-13 23:46:54 +00:00
Showing only changes of commit 51585fcfe9 - Show all commits

View File

@ -211,6 +211,8 @@ body {
}
.bottom-infocard-image-desktop {
display: block;
margin: auto;
width: 71%;
}
@ -325,9 +327,9 @@ body {
.bottom-infocard {
margin: 0;
padding: 0;
flex-direction: column-reverse;
}
.bottom-infocard-text {
margin-bottom: 50px;
gap: 10px;
@ -336,6 +338,7 @@ body {
}
.bottom-infocard-title {
margin-bottom: 9px;
font-size: 24px;
line-height: 29px;
}