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 602d0d0 commit ee7ec8dCopy full SHA for ee7ec8d
2 files changed
.DS_Store
0 Bytes
code/style.css
@@ -54,10 +54,11 @@ body {
54
55
a {
56
color: #4078c0 bold;
57
+ font-weight: 800;
58
}
59
60
.link {
- padding-top: 10px;
61
+ padding-top: 8px;
62
font-size: large;
63
padding-left: 10px;
64
font-weight: 600;
@@ -68,7 +69,7 @@ h1 {
68
69
color: #bebbbb bold;
70
71
font-size: 1 rem;
- padding-top: 15px;
72
+ padding-top: 12px;
73
padding-bottom: 5px;
74
75
@@ -95,6 +96,7 @@ p {
95
96
background-size: 400% 400%;
97
animation: gradient 15s ease infinite;
98
opacity: 0.75;
99
+ line-height: 15px;
100
101
102
.chart {
0 commit comments