Skip to content

Commit e943149

Browse files
author
y-yamasaki
committed
Merge branch 'develop'
2 parents 847ec98 + ae89cef commit e943149

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ body {
3737
}
3838

3939
body {
40+
overflow-x: hidden;
4041
margin: 0;
4142
font-family: var(--font-body);
4243
line-height: 1.7;

assets/css/layout.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@
242242
display: flex;
243243
align-items: center;
244244
gap: 6px;
245+
flex-wrap: wrap;
246+
max-width: 100%;
245247
}
246248

247249
.site-footer__right a {
@@ -253,6 +255,7 @@
253255
transition:
254256
background 0.12s ease-out,
255257
color 0.12s ease-out;
258+
white-space: nowrap;
256259
}
257260

258261
.site-footer__right a:hover {

0 commit comments

Comments
 (0)