Skip to content

Commit 18b08ea

Browse files
authored
Merge pull request #21217 from Arhell/add-responsive-table
add responsive table on blog
2 parents 2f9b324 + 57f7988 commit 18b08ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/sass/_base.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ header
139139
border-spacing: 0
140140
margin-top: 30px
141141
margin-bottom: 30px
142+
@media screen and (max-width: 425px)
143+
display: block
144+
overflow-x: auto
142145

143146
thead
144147
border-bottom: 2px solid #ccc

0 commit comments

Comments
 (0)