This commit is contained in:
2024-06-05 16:57:33 +02:00
parent 84194c85fe
commit cadbb9b457
28 changed files with 1332 additions and 174 deletions

View File

@@ -50,4 +50,37 @@
box-sizing: border-box;
padding-right: 3px;
}
}
@media only screen and (min-width:768px) {
.img-fourth{
width: 330px;
height: 324px;
}
.p-fourth{
padding-right: 0px !important;
}
}
@media only screen and (min-width:992px) {
.card-text4{
width: 380px;
}
.headline {
.headline-h3 {
font-size: 36px;
}
.headline-h2 {
font-size: 48px;
}
}
.img-fourth{
width: 380px;
height: 374px;
}
}