Skip to content

Commit 3097d63

Browse files
Made tables and headers look better
1 parent b821e97 commit 3097d63

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_sass/architect.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,16 @@ hr {
179179
table {
180180
width: 100%;
181181
border: 1px solid #ebebeb;
182+
background-color: white;
183+
}
184+
185+
td, th {
186+
padding: .2em .5em;
182187
}
183188

184189
th {
185-
font-weight: 500;
190+
font-weight: bold;
191+
white-space: nowrap;
186192
}
187193

188194
td {
@@ -253,7 +259,7 @@ form {
253259
#main-content h4 {
254260
margin-bottom: 8px;
255261
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
256-
font-size: 15px;
262+
font-size: 17px;
257263
font-weight: bold;
258264
color: #474747;
259265
text-indent: 3px;
@@ -269,7 +275,7 @@ h4:before {
269275
#main-content h5 {
270276
margin-bottom: 8px;
271277
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
272-
font-size: 14px;
278+
font-size: 15px;
273279
color: #474747;
274280
text-indent: 3px;
275281
}

0 commit comments

Comments
 (0)