second commit

This commit is contained in:
2024-06-03 12:33:42 +02:00
parent 79aae2583f
commit 22222bc154
12 changed files with 142 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
@import '_variables';
.first-part {
min-height: 85vh;
min-height: 65vh;
background-image: url('/assets/images/image36.jpg');
background-size: cover;
color: white;
@@ -19,21 +19,21 @@
padding: 0 39px;
font-family: Merriweather;
font-weight: 600;
padding: 18px 39px;
padding: 0 39px 18px 39px;
letter-spacing: 0px;
font-size: 36px;
line-height: 1em;
}
p {
font-family: MerriweatherSans, sans-serif;
font-style: normal;
font-size: 18px !important;
padding: 0 23.4px;
padding: 0 24.4px;
letter-spacing: 0px;
line-height: 1.4em !important;
margin-bottom: 30px;
word-wrap: break-word;
}
}
@@ -56,11 +56,12 @@
@media only screen and (min-width: 768px){
.first-part {
min-height: 60vh;
min-height: 53vh;
}
.h2-first {
font-size: 46px !important;
margin-top: 30px;
}
}
@@ -74,8 +75,8 @@
.textbox{
p{
margin-left: 380px;
margin-right: 380px;
margin-left: 400px;
margin-right: 400px;
line-height: 1.6em !important;
}
}