Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 2d8fc91

Browse files
committed
Set tables to table-layout: fixed, and set the base table font size to 16px on mobile
1 parent aafc5c8 commit 2d8fc91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,11 @@ table {
782782
border-collapse: collapse;
783783
border-spacing: 0;
784784
empty-cells: show;
785+
font-size: 1.6rem;
785786
margin: 4rem 0;
786787
max-width: 100%;
787788
overflow: hidden;
789+
table-layout: fixed;
788790
width: 100%;
789791
}
790792

@@ -3016,6 +3018,10 @@ ul.footer-social li {
30163018
margin: 8rem 0;
30173019
}
30183020

3021+
table {
3022+
font-size: 1.8rem;
3023+
}
3024+
30193025
/* VANILLA GALLERIES */
30203026

30213027
.gallery-columns-2 .gallery-item { max-width: 50%; }
@@ -3345,10 +3351,6 @@ ul.footer-social li {
33453351
line-height: 1.476;
33463352
}
33473353

3348-
.entry-content table {
3349-
font-size: 1.8rem;
3350-
}
3351-
33523354
.entry-content h1,
33533355
.entry-content h2,
33543356
.entry-content h3 {

0 commit comments

Comments
 (0)