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

@@ -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;
}
}
}