Skip to content

Commit

Permalink
fix case studies page on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jan 30, 2025
1 parent 422b839 commit 606d304
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/scss/case_studies.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
body.cid-casestudies {
@media screen and (max-width: 1023px) {
#users {
padding: 15px;
}
}
h2 {
font-size: 3em;
font-weight: 300;
Expand Down Expand Up @@ -196,6 +201,11 @@ body.td-section.cid-casestudies {
font-size: 3em;
margin-top: 2em;
margin-bottom: 2em;
@media screen and (max-width: 767px) {
font-size: 2.5em;
margin-bottom: 1em;
margin-top: 1em;
}
}

#case-studies .case-studies {
Expand Down Expand Up @@ -259,7 +269,7 @@ body.td-section.cid-casestudies {
}

.case-study:nth-child(9), .case-study:nth-child(10) {
margin-bottom: 0px;
margin-bottom: 0;
}

.case-study img {
Expand Down

0 comments on commit 606d304

Please sign in to comment.