Skip to content

Commit e2e0bf7

Browse files
committed
more css fixes
1 parent 8928548 commit e2e0bf7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

demo/styles.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,19 @@ button[type="submit"]:hover {
7070
section {
7171
padding: 1.5em;
7272
}
73-
section h1 {
74-
font-size: 3em;
73+
section h1, section h2 {
74+
font-size: 2em;
7575
color: #666;
7676
letter-spacing: -0.02em;
7777
}
7878
section h2 {
79-
font-size: 2em;
80-
color: #666;
81-
letter-spacing: -0.015em;
8279
margin-top: 3em;
8380
}
8481

8582
table {
8683
text-align: left;
87-
width: 100%;
84+
width: 100vw;
85+
table-layout: fixed;
8886
}
8987
th, td {
9088
vertical-align: top;

0 commit comments

Comments
 (0)