We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3256c commit 4dbbf5bCopy full SHA for 4dbbf5b
1 file changed
index.html
@@ -40,16 +40,19 @@
40
41
42
43
- /* Header logo */
+ /* Header */
44
#hud {
45
position: fixed;
46
- top: 20px;
47
- left: 24px;
+ top: 28px;
+ left: 32px;
48
z-index: 999;
49
}
50
- #hud img {
51
- height: 120px;
52
- width: auto;
+ #hud .title {
+ font-size: 22px;
+ font-weight: 700;
53
+ color: var(--lime);
54
+ line-height: 1.4;
55
+ letter-spacing: -0.01em;
56
57
58
/* Bird counter */
@@ -127,7 +130,7 @@
127
130
<body>
128
131
129
132
<div id="hud">
- <img src="logo.png" alt="MLH AI Roadshow">
133
+ <div class="title">Who's flying to the<br>MLH AI Roadshow?</div>
134
</div>
135
136
<div id="bird-count">0 birds flying</div>
0 commit comments