Skip to content

Commit 1787da2

Browse files
committed
Fix footer 'about' section width
1 parent 81a3f1a commit 1787da2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/footer/footer.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@
131131
font-style: normal;
132132
font-weight: 400;
133133
line-height: 145%;
134+
max-width: 100%;
135+
box-sizing: border-box;
134136
}
135137

136138
.footerText strong {
@@ -219,6 +221,9 @@
219221
order: -1;
220222
width: 100%;
221223
flex: none;
224+
min-width: 0;
225+
max-width: 100%;
226+
box-sizing: border-box;
222227
}
223228

224229
.footerLinksWrapper {

0 commit comments

Comments
 (0)