second commit jun 10

This commit is contained in:
2024-06-10 16:41:28 +02:00
parent 76e56a25d2
commit 9b86438eb2
23 changed files with 212 additions and 215 deletions

View File

@@ -50,8 +50,8 @@
}
padding: 50px 0 100px 0;
.profile-text{
p{
width: 330px;
.profile-text-p{
width: 330px ;
}
margin-bottom: 20px;
}
@@ -59,7 +59,9 @@
}
@media only screen and (min-width:992px) {
.sixth-part{
margin-left: 50px !important;
.headline-card{
h2 {
font-size: 48px !important;
}
@@ -67,11 +69,17 @@
h4{
font-size: 29px !important;
}
.profile-text{
p{
width: 538px;
}
}
}
.profile{
margin-right: 82px;
}
.profile-text{
.profile-text-p{
width: 90% !important;
}
}
}