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 596070d commit 74979b2Copy full SHA for 74979b2
resume/index.html
@@ -27,13 +27,13 @@
27
color:#fff;
28
}
29
header h1 {
30
- font-size:1.5em;
31
- padding:1.35em 0.67em;
+ font-size:2em;
+ padding:0.67em 0.6em;
32
background:#6A1B9A;
33
34
header h2 {
35
- font-size:1em;
36
- padding:1em 0.83em;
+ font-size:1.5em;
+ padding:0.83em;
37
background:#8E24AA;
38
39
h2,h3,h4,h5,h6,dt {
@@ -69,6 +69,9 @@
69
70
71
@media (min-width:720px) {
72
+ body {
73
+ font-size:14px;
74
+ }
75
.container {
76
display:flex;
77
0 commit comments