Skip to content

Commit 484043d

Browse files
authored
Improve formatting of landing page (#126)
1 parent 452c9fc commit 484043d

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

docs/index.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@ hide:
88
<center>
99

1010

11-
<span style="font-size:8em; font-weight:bold; color:grey">
12-
<img style="vertical-align: middle;", src=https://storage.googleapis.com/posteriors/logo.png width=120>
11+
<!-- <span style="font-size: clamp(2em, 10vw, 10em); font-weight:bold; color:grey; white-space: nowrap;"> -->
12+
<span style="
13+
font-size: clamp(2em, 10vw, 8em); /* Min: 2em, scale up with viewport width, max: 8em */
14+
font-weight: bold;
15+
color: grey;
16+
white-space: nowrap;
17+
">
18+
<img
19+
src="https://storage.googleapis.com/posteriors/logo.png"
20+
alt="posteriors-logo"
21+
style="height: 1.5em; vertical-align: middle;"
22+
/>
1323
&nbsp;
1424
posteriors
1525
</span>

0 commit comments

Comments
 (0)