Skip to content

Commit 5988ac5

Browse files
committed
More styling
1 parent d9924ad commit 5988ac5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

_sass/_layout.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,26 +277,23 @@
277277

278278
table {
279279
background-color: #FFFFFF;
280-
width: 100%;
281280
text-align: left;
282281
border-collapse: collapse;
283282
margin-bottom: 10px;
284283
}
285284
table td, table th {
286-
border: 1px solid #AAAAAA;
287-
padding: 3px 2px;
285+
padding: 5px 10px;
288286
}
289287
table tbody td {
290-
font-size: 13px;
288+
291289
}
292-
table tr:nth-child(even) {
290+
table tr:nth-child(odd) {
293291
background: #F3F3F3;
294292
}
295293
table thead {
296294
background: #C3C3C3;
297295
}
298296
table thead th {
299-
font-size: 15px;
300297
font-weight: bold;
301298
}
302299
}

0 commit comments

Comments
 (0)