commit jun 11

This commit is contained in:
2024-06-11 10:40:26 +02:00
parent 9b86438eb2
commit 2edc80f4ab
11 changed files with 61 additions and 44 deletions

View File

@@ -23,7 +23,11 @@
}
#p-cases{
padding: 0 450px;
padding: 0 440px;
}
#h4-cases-headline{
font-size: 36px;
}
}

View File

@@ -32,10 +32,9 @@
font-style: normal;
font-weight: 500;
font-family: Merriweather, serif;
padding-top: 20px;
line-height: 1.38462;
letter-spacing: 0px;
cursor: pointer;
cursor: pointer;
}
.recent-subtitle:hover {
@@ -70,6 +69,10 @@
text-align: center;
}
.custom-post-text{
margin-top: 20px;
}
}
@media only screen and (min-width:768px) {
@@ -86,10 +89,8 @@
.custom-post{
margin-bottom: 45px;
.custom-post-text{
margin-left: 20px;
.recent-subtitle{
padding-top: 0px !important;
}
}
}

View File

@@ -197,7 +197,6 @@
@media only screen and (min-width:992px) {
.news-first-part {
// margin-top: 34px !important;
margin: 34px 0px 0px 60px;
.news-card {
@@ -225,7 +224,7 @@
.img-text-container {
position: absolute;
top: 30px;
right: 55%;
right: 53%;
}
.news-img {

View File

@@ -22,7 +22,12 @@
margin-top: 18px;
margin-bottom: 8px;
}
@media only screen and (min-width:768px) {
.p-form-s{
padding: 0 12px !important;
}
}
@media only screen and (min-width:992px) {
.p-form-s{
padding: 0 450px !important;

View File

@@ -82,6 +82,7 @@
font-size: 66px;
padding: 0 50px
}
}
}
}

View File

@@ -1621,6 +1621,11 @@ footer .footer-copyright a:hover {
margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
.p-form-s {
padding: 0 12px !important;
}
}
@media only screen and (min-width: 992px) {
.p-form-s {
padding: 0 450px !important;
@@ -1716,7 +1721,10 @@ footer .footer-copyright a:hover {
padding: 0 150px;
}
#p-cases {
padding: 0 450px;
padding: 0 440px;
}
#h4-cases-headline {
font-size: 36px;
}
}
.news-first-part .news-card {
@@ -1907,7 +1915,7 @@ footer .footer-copyright a:hover {
.news-first-part .news-card .news-img-container .img-text-container {
position: absolute;
top: 30px;
right: 55%;
right: 53%;
}
.news-first-part .news-card .news-img-container .news-img {
min-width: 629px;
@@ -2072,7 +2080,6 @@ footer .footer-copyright a:hover {
font-style: normal;
font-weight: 500;
font-family: Merriweather, serif;
padding-top: 20px;
line-height: 1.38462;
letter-spacing: 0px;
cursor: pointer;
@@ -2105,6 +2112,9 @@ footer .footer-copyright a:hover {
color: #333333;
text-align: center;
}
.recent-posts .custom-post-text {
margin-top: 20px;
}
@media only screen and (min-width: 768px) {
.recent-posts {
@@ -2116,9 +2126,6 @@ footer .footer-copyright a:hover {
.recent-posts .custom-post {
margin-bottom: 45px;
}
.recent-posts .custom-post .custom-post-text {
margin-left: 20px;
}
.recent-posts .custom-post .custom-post-text .recent-subtitle {
padding-top: 0px !important;
}

File diff suppressed because one or more lines are too long