We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8928548 commit e2e0bf7Copy full SHA for e2e0bf7
demo/styles.css
@@ -70,21 +70,19 @@ button[type="submit"]:hover {
70
section {
71
padding: 1.5em;
72
}
73
-section h1 {
74
- font-size: 3em;
+section h1, section h2 {
+ font-size: 2em;
75
color: #666;
76
letter-spacing: -0.02em;
77
78
section h2 {
79
- font-size: 2em;
80
- color: #666;
81
- letter-spacing: -0.015em;
82
margin-top: 3em;
83
84
85
table {
86
text-align: left;
87
- width: 100%;
+ width: 100vw;
+ table-layout: fixed;
88
89
th, td {
90
vertical-align: top;
0 commit comments