Skip to content

Commit 13ad1a0

Browse files
committed
fix: transform-origin für Badge Wobble
1 parent ed56291 commit 13ad1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/maintenance.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
/* Target the F badge in the main navigation */
2626
#rex-navi-page-maintenance .label-danger {
2727
animation: wobble 3s ease-in-out infinite;
28-
display: inline-block;
28+
transform-origin: center center;
2929
}

0 commit comments

Comments
 (0)