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:
@@ -27,7 +27,7 @@
|
||||
width: 32px;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
border-radius: 50vh;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
// City
|
||||
@@ -79,7 +79,7 @@
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
background: rgba($color-lightpurple, 0.3);
|
||||
border-radius: 50vh;
|
||||
border-radius: 100%;
|
||||
transition: all 85ms ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user