Skip to content
Snippets Groups Projects
Commit a1f43b27 authored by Myśliwiec, D. (Dominik, Student M-CS)'s avatar Myśliwiec, D. (Dominik, Student M-CS)
Browse files

Scale droplet

parent a823eebf
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ export default {
}
.greeting {
font-size: 3em;
font-size: min(3em, calc((60.48 / 350)* 90vw));
text-shadow: 0 5px 7px #222;
span {
......@@ -192,7 +192,10 @@ export default {
}
.goal {
font-size: 2em;
font-size: min(2em, calc((40.32 / 350)* 90vw));
}
.inspirational-message{
font-size: min(1em, calc((20.16 / 350)* 90vw));
}
#droplet-icon {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment