We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c80279 commit c6f2523Copy full SHA for c6f2523
1 file changed
styles/style.css
@@ -59,7 +59,8 @@ a:visited {
59
position: absolute;
60
bottom: 10vh;
61
left: -10vw;
62
- width: clamp(200px, 70vw, 1200px);
+ /* width: clamp(200px, 70vw, 1200px); */
63
+ width: min(clamp(200px, 70vw, 1200px), clamp(200px, 90vh, 1200px));
64
margin-top: 10vh;
65
margin-left: 20vw;
66
z-index: 2;
0 commit comments