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 9e7041b commit 7360167Copy full SHA for 7360167
Sprint-3/quote-generator/style.css
@@ -26,15 +26,18 @@ body {
26
main {
27
background-color: var(--secondary-color);
28
color: var(--primary-color);
29
- width: 40vw;
30
- height: 35vh;
+ width: 100%;
+ max-width: 600px;
31
+ min-height: 250px;
32
+ padding: clamp(2rem, 5vw, 4rem);
33
text-align: right;
34
padding: 4rem;
35
}
36
37
h1,
38
#quote {
39
display: inline;
40
+ font-size: clamp(1.2rem, 3vw, 1.5rem);
41
42
43
button {
0 commit comments