Set circles heights to 100% over 50vh
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Depending on the viewport height, it could break the shape
This commit is contained in:
@@ -275,7 +275,7 @@
|
||||
height: 8px;
|
||||
padding: 0;
|
||||
background-color: $color-lightpurple;
|
||||
border-radius: 50vh;
|
||||
border-radius: 100%;
|
||||
text-decoration: none;
|
||||
transition: all 600ms $ease-quart;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user