commit 3, jun 11

This commit is contained in:
2024-06-11 16:52:44 +02:00
parent 09fea869f5
commit 28af5705ee
10 changed files with 48 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
.fifth-part-au {
background-image: url('../../assets/images/image30.jpg');
background-image: url('../assets/images/image30.jpg');
background-size: cover;
position: relative;
color: white;

View File

@@ -35,7 +35,7 @@
.img-au {
min-height: 22vh;
background-image: url('../../assets/images/image32.jpg');
background-image: url('../assets/images/image32.jpg');
background-size: cover;
background-position: center;
}

View File

@@ -48,7 +48,7 @@
}
.second-p-1 {
padding: 17px 0 0 0 !important;
padding-top: 17px;
margin-bottom: 16px;
font-style: normal;
font-weight: 400;
@@ -66,9 +66,24 @@
}
}
@media only screen and (min-width:768px) {
.second-part-au{
padding: 0;
margin: 0 52px;
.text-box{
padding: 24px 15px 8px 15px;
}
}
}
@media only screen and (min-width:992px) {
.second-part-au {
.text-box{
padding: 24px 20px 8px 20px;
}
.img-num{
margin-bottom: 18px;
}

View File

@@ -1,6 +1,6 @@
.third-part-au {
min-height: 100vh;
background-image: url('../../assets/images/image33.jpg');
background-image: url('../assets/images/image33.jpg');
background-size: cover;
position: relative;
color: white;
@@ -24,7 +24,7 @@
.num-text {
text-align: center;
font-family: 'Merriweather', Helvetica, Arial, Lucida, sans-serif;
font-family: Merriweather, Helvetica, Arial, Lucida, sans-serif;
font-weight: bold;
font-size: 18px;
color: #ffffff !important;