Skip to content

Commit c425058

Browse files
committed
👍 解像度が低いときの対応
1 parent 93a6351 commit c425058

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ a:hover {
108108
}
109109

110110
@media (max-width: 500px) {
111+
body {
112+
font-size: 1rem;
113+
padding: 10px;
114+
}
115+
.collection {
116+
justify-content: center;
117+
}
118+
111119
.github-corner:hover .octo-arm {
112120
animation: none;
113121
}

0 commit comments

Comments
 (0)