Skip to content

Commit d9924ad

Browse files
committed
Fix table styling
1 parent f0f678c commit d9924ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sass/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@
280280
width: 100%;
281281
text-align: left;
282282
border-collapse: collapse;
283-
padding-bottom: 10px;
283+
margin-bottom: 10px;
284284
}
285-
table td, table. th {
285+
table td, table th {
286286
border: 1px solid #AAAAAA;
287287
padding: 3px 2px;
288288
}

0 commit comments

Comments
 (0)