Merge pull request #21217 from Arhell/add-responsive-table

add responsive table on blog
This commit is contained in:
Kubernetes Prow Robot 2020-06-13 11:59:55 -07:00 committed by GitHub
commit 18b08ea379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ header
border-spacing: 0
margin-top: 30px
margin-bottom: 30px
@media screen and (max-width: 425px)
display: block
overflow-x: auto
thead
border-bottom: 2px solid #ccc