Skip to content

Commit 55ff939

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 8a839ed commit 55ff939

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: resources/css/gagarin.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
@keyframes rotation-space {
42
0% {
53
transform: rotate(0deg);
@@ -31,10 +29,12 @@
3129
display: block;
3230
animation: rotation-space-item 3s infinite linear;
3331
overflow: visible;
34-
svg{
35-
path, circle, rect {
36-
-webkit-transform-origin: center center;
37-
}
32+
svg {
33+
path,
34+
circle,
35+
rect {
36+
-webkit-transform-origin: center center;
37+
}
3838
transform-origin: 50% 50%;
3939
-webkit-transform-origin: center center;
4040
animation: rotation-space-item 130ms infinite linear;

0 commit comments

Comments
 (0)