Skip to content

Commit 26f4486

Browse files
committed
Centered tables in post styling
1 parent b7cdae8 commit 26f4486

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_sass/pages/post.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,13 @@
383383
}
384384

385385
table {
386-
display: block;
387-
width: 100%;
386+
display: table;
387+
max-width: 100%;
388388
overflow: auto;
389389
vertical-align: middle;
390390
box-sizing: border-box;
391391
border-collapse: collapse;
392-
margin: .8rem 0;
392+
margin: .8rem auto;
393393
th {
394394
font-weight: 600;
395395
text-align: center;

0 commit comments

Comments
 (0)