Fix Location flag render
Would have a glitch border around the flag (from radius)
This commit is contained in:
@@ -51,9 +51,9 @@
|
|||||||
// Flag
|
// Flag
|
||||||
:global(.flag img) {
|
:global(.flag img) {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 2px auto 0;
|
margin: 2px 24px 0 auto;
|
||||||
border-radius: 100% !important;
|
border-radius: 100% !important;
|
||||||
margin-right: 24px;
|
transform: translateZ(0);
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user