Skip to content

Commit 6ad618d

Browse files
committed
Apply 2-column layout to "systems" in mobile
1 parent 6f567df commit 6ad618d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/top.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
grid-template-columns: repeat(2, 1fr);
100100
}
101101
@media (max-width: 640px) {
102-
grid-template-columns: 1fr;
102+
gap: 0.5em;
103103
}
104104

105105
& > li > a {
@@ -109,6 +109,10 @@
109109
color: color.$black-gray;
110110
text-align: center;
111111

112+
@media (max-width: 640px) {
113+
font-size: 0.75rem;
114+
}
115+
112116
// ロゴ画像・Material Icons
113117
& > img,
114118
& > span.material-icon {

0 commit comments

Comments
 (0)