We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55787e5 commit ae89cefCopy full SHA for ae89cef
2 files changed
assets/css/base.css
@@ -37,6 +37,7 @@ body {
37
}
38
39
body {
40
+ overflow-x: hidden;
41
margin: 0;
42
font-family: var(--font-body);
43
line-height: 1.7;
assets/css/layout.css
@@ -242,6 +242,8 @@
242
display: flex;
243
align-items: center;
244
gap: 6px;
245
+ flex-wrap: wrap;
246
+ max-width: 100%;
247
248
249
.site-footer__right a {
@@ -253,6 +255,7 @@
253
255
transition:
254
256
background 0.12s ease-out,
257
color 0.12s ease-out;
258
+ white-space: nowrap;
259
260
261
.site-footer__right a:hover {
0 commit comments