Skip to content

Commit c6f2523

Browse files
styling
1 parent 4c80279 commit c6f2523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ a:visited {
5959
position: absolute;
6060
bottom: 10vh;
6161
left: -10vw;
62-
width: clamp(200px, 70vw, 1200px);
62+
/* width: clamp(200px, 70vw, 1200px); */
63+
width: min(clamp(200px, 70vw, 1200px), clamp(200px, 90vh, 1200px));
6364
margin-top: 10vh;
6465
margin-left: 20vw;
6566
z-index: 2;

0 commit comments

Comments
 (0)