Skip to content

Commit 76feb61

Browse files
committed
fixed title size for small screens
1 parent a8456d5 commit 76feb61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles/TwoColumn.module.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@
107107
//added============================
108108
&.our-background {
109109
padding-bottom: 0;
110+
111+
@include tablet {
112+
.title {
113+
font-size: 56px;
114+
}
115+
}
116+
110117
.inner__content {
111118
@include desktop-breakpoint-minus {
112119
margin-bottom: 0;

0 commit comments

Comments
 (0)