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 1c9841c commit 09aa1edCopy full SHA for 09aa1ed
src/App.css
@@ -46,7 +46,7 @@ h1 {
46
text-align: center;
47
margin-block-start: 1rem;
48
margin-block-end: 2rem;
49
- font-size: clamp(2.5rem, calc(2rem + 1.333vw), 3rem);
+ font-size: clamp(1.875rem, calc(0.75rem + 3vw), 3rem);
50
text-shadow: 2px 2px 3px var(--info-color);
51
display: flex;
52
flex-direction: column;
@@ -56,7 +56,7 @@ h1 {
56
row-gap: 0.5rem;
57
58
.img {
59
- width: 14rem;
+ width: clamp(11.25rem, calc(8.5rem + 7.333vw), 14rem);
60
padding: 0.5rem;
61
62
img {
0 commit comments