Skip to content

Commit f174cab

Browse files
committed
centered text for supporters
1 parent a23daec commit f174cab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/stylesheets/style.css.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,16 @@
150150
.supporters--title {
151151
color: #888;
152152
font-size: 2rem;
153-
margin: 3em auto 0;
153+
margin: 5em auto 0;
154154
max-width: 900px;
155+
text-align: center;
155156
}
156157

157158
.supporters--sub-title {
158159
color: #888;
159160
margin: 0 auto 2rem;
160161
max-width: 900px;
162+
text-align: center;
161163
}
162164

163165
.supporters--list {
@@ -226,6 +228,7 @@
226228
color: #888;
227229
margin: 2rem auto;
228230
max-width: 900px;
231+
text-align: center;
229232
}
230233

231234
.supporters--add-link {

0 commit comments

Comments
 (0)