Skip to content

Commit 92988b6

Browse files
committed
Add a style for tables.
1 parent d361c5d commit 92988b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sass/_base.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ img {
162162
padding: 1em;
163163
}
164164

165+
.table-container {
166+
overflow-x: auto;
167+
168+
> table {
169+
border-spacing: 1ch;
170+
text-align: left;
171+
white-space: nowrap;
172+
}
173+
}
174+
165175
footer {
166176
margin-top: 3rem;
167177
font-size: 0.75em;

0 commit comments

Comments
 (0)