Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 53a2a85

Browse files
authored
Merge pull request #449 from openforge/fix/opp-text
fix(opportunities): text in two lines mobile
2 parents b732a37 + 680ad2b commit 53a2a85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/app-our-work-single/app-our-work-single.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
text-align: left;
149149
padding: 0 28px;
150150
}
151+
152+
@include media-breakpoint-down(xs) {
153+
font-size: 24px;
154+
}
151155
}
152156

153157
p {

0 commit comments

Comments
 (0)