Skip to content

Commit 23bbb25

Browse files
committed
スポンサーセクションの細かな余白調整
1 parent ffd6e8d commit 23bbb25

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_sass/pages/index.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,9 @@ $corner-radius: 30px;
477477
max-width: 1000px;
478478

479479
.sponsors-container {
480-
margin-top: 2em;
480+
margin-top: 70px;
481+
margin-bottom: 70px;
482+
h3 { font-weight: 700; }
481483
.sponsor-logo-container {
482484
display: flex;
483485
flex-wrap: wrap;
@@ -571,4 +573,4 @@ $corner-radius: 30px;
571573
}
572574
}
573575
}
574-
}
576+
}

_sass/pages/sponsors.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
#bronze-sponsors {
55
h3 {
66
text-align: center;
7-
margin-top: 2em;
8-
margin-bottom: 1em;
7+
margin-top: 200px;
98
}
109
ul {
1110
display: flex;

0 commit comments

Comments
 (0)