mirror of https://github.com/astrit/css.gg.git
Remove transform property from after psuedo element in copyright icon
As there is scale being applied to both the <i> *and* the pseudo element, it means that the scale applied to the psuedo element is being multiplied, so the C breaks out of the surrounding circle
This commit is contained in:
parent
b7c78a88e4
commit
6d177d9bf8
|
|
@ -17,5 +17,6 @@
|
|||
width: 8px;
|
||||
height: 8px;
|
||||
top: 3px;
|
||||
left: 3px
|
||||
}
|
||||
left: 3px;
|
||||
transform: none
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue