* fix Issue #9013 , badge responsivity * remove d- prefix from d-block * remove block because it behave the same without it
This commit is contained in:
parent
d0b0944b32
commit
f3501d32f5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
src="<%= cloudinary achievement.badge.badge_image_url, 180 %>"
|
||||
alt="<%= achievement.badge.title %>"
|
||||
title="<%= achievement.badge.title %>"
|
||||
class="badge-achievement-image"
|
||||
class="badge-achievement-image mx-auto"
|
||||
style="transform: rotate(<%= -25 + (achievement.id.digits.first * 5) %>deg);
|
||||
margin-left: <%= achievement.id.digits.first * 3 %>px;
|
||||
margin-right: <%= achievement.id.digits.first * 1 %>px;" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue