Skip to content

Commit 7d77445

Browse files
committed
redesigned supporters
1 parent 22b5bcc commit 7d77445

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

source/stylesheets/style.css.scss

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,11 @@
120120
//// SUPPORTERS ////
121121

122122
.supporters {
123+
@extend %headline-font;
123124
background: black;
124125
color: white;
125126
margin-top: 6em;
126-
padding: 1em 1em 0;
127+
padding: 1em;
127128
position: relative;
128129
z-index: 2;
129130
&:before {
@@ -143,25 +144,29 @@
143144
}
144145

145146
.supporters--title {
146-
@extend %headline-font;
147147
color: #888;
148148
font-size: 2rem;
149-
margin: 0;
149+
margin: 3em auto 0;
150+
max-width: 900px;
150151
}
151152

152153
.supporters--sub-title {
153154
color: #888;
154-
margin: 0 0 2rem;
155+
margin: 0 auto 2rem;
156+
max-width: 900px;
155157
}
156158

157159
.supporters--list {
160+
margin: auto;
161+
max-width: 900px;
158162
padding: 0;
163+
text-transform: none;
159164
}
160165

161166
.supporters--item {
162-
border: 1px #eee solid;
167+
border: 1px #444 solid;
163168
list-style: none;
164-
margin: 1rem 0;
169+
margin: 0 0 -1px;
165170
padding: 1rem 1.4rem;
166171
}
167172

@@ -176,12 +181,12 @@
176181
}
177182

178183
.supporters--item-link {
179-
color: #333;
184+
color: #666;
180185
margin-left: 0.5rem;
181186
text-decoration: none;
182187

183188
&:hover {
184-
color: #777;
189+
color: #aaa;
185190
}
186191
}
187192

@@ -193,6 +198,7 @@
193198

194199
.supporters--contacts-item {
195200
box-sizing: border-box;
201+
color: #bbb;
196202
float: left;
197203
list-style: none;
198204
margin: 1rem 0 0 0;
@@ -214,11 +220,17 @@
214220

215221
.supporters--add {
216222
color: #888;
217-
margin: 2rem 0;
223+
margin: 2rem auto;
224+
max-width: 900px;
218225
}
219226

220227
.supporters--add-link {
221-
color: #333;
228+
color: #ddd;
229+
text-decoration: none;
230+
231+
&:hover {
232+
color: #fff;
233+
}
222234
}
223235

224236
//// FOOTER ////

0 commit comments

Comments
 (0)