This commit is contained in:
2024-06-03 16:41:31 +02:00
parent 22222bc154
commit e16c7995c4
8 changed files with 68 additions and 18 deletions

View File

@@ -33,13 +33,13 @@
width: 80px;
height: 80px;
cursor: pointer;
margin-bottom: 10px;
margin-bottom: 18px;
font-size: 50px;
}
h4 {
text-align: center;
width: 300px;
width: 350px;
padding-bottom: 19px;
font-size: 21px;
font-weight: 400;
@@ -56,7 +56,7 @@
p {
text-align: center;
padding-top: 17px;
padding-top: 17px !important;
font-family: MerriweatherSans;
color: #777777;
letter-spacing: 0;
@@ -77,13 +77,14 @@
box-shadow: none;
outline: none;
color: white;
margin-bottom: 0px !important;
}
.view-more:hover {
background-color: #333333 !important;
color: white;
transition: 0.2s;
;
}
@media only screen and (min-width:768px) {
@@ -91,10 +92,17 @@
margin-bottom: 20px;
}
.card {
p {
padding: 0 30px ;
}
}
.card{
h4{
width: 300px;
}
}
}
@media only screen and (min-width:992px) {
@@ -102,6 +110,7 @@
.second-part {
min-height: 80vh;
padding-top: 70px;
padding-bottom: 120px;
@@ -112,7 +121,7 @@
}
p {
padding: 0 30px ;
padding: 0 25px ;
}
}
@@ -122,6 +131,7 @@
h4{
font-size: 29px;
width: 350px;
}
}