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:
Luke Denton 2019-12-19 09:53:04 +10:30
parent b7c78a88e4
commit 6d177d9bf8
1 changed files with 3 additions and 2 deletions

View File

@ -17,5 +17,6 @@
width: 8px;
height: 8px;
top: 3px;
left: 3px
}
left: 3px;
transform: none
}