Skip to content

Commit 4dd91e3

Browse files
committed
2 parents 9931a08 + 2b20caa commit 4dd91e3

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,4 @@
178178
                    [cestjeudi](https://github.com/cestjeudi "조주영 Github")
179179
                         [Dosp74](https://github.com/Dosp74 "한종서 Github")
180180

181-
![온기록 팀 소개](static/images/readme/onrecord_team.png)
182-
<!--
183-
<details><summary>접고 펴는 기능
184-
</summary>
185-
186-
*Write here!*
187-
</details> -->
181+
![온기록 팀 소개](static/images/readme/onrecord_team.png)

static/css/friend_list.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,23 @@
361361
}
362362
}
363363

364-
@media (max-width: 600px) {
364+
@media (max-width: 899px) {
365+
.slider-container {
366+
max-width: 90vw;
367+
padding: 0 10px;
368+
overflow-x: auto;
369+
}
370+
371+
.slider {
372+
display: flex;
373+
gap: 8px;
374+
justify-content: flex-start;
375+
overflow-x: auto;
376+
scroll-snap-type: x mandatory;
377+
white-space: nowrap;
378+
padding: 10px 0;
379+
}
380+
365381
.homepage-container {
366382
min-width: 200px;
367383
}

0 commit comments

Comments
 (0)