Completed
Push — master ( 1b0b82...28bb6d )
by
unknown
05:01
created
src/app/views/globe.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,18 +2,18 @@
 block discarded – undo
2 2
     <?php
3 3
     for ($i = 1; $i <= 15; $i++) {
4 4
         ?>
5
-        <div style="transform: rotate( <?= rand(1,360) ?>deg);">
5
+        <div style="transform: rotate( <?= rand(1, 360) ?>deg);">
6 6
             <div class="cloud globe" style="
7 7
                     position:absolute;
8
-                    animation-duration: <?=35+rand(-5,5)?>s !important;
8
+                    animation-duration: <?=35 + rand(-5, 5)?>s !important;
9 9
                     top: 100%;
10 10
                     left: 50%;
11 11
                     ">
12
-                <img src="<?= base_url() ?>static/images/cloud<?=rand(1,3)?>.png" class="cloud-img" style="
12
+                <img src="<?= base_url() ?>static/images/cloud<?=rand(1, 3)?>.png" class="cloud-img" style="
13 13
                         position: relative;
14 14
                         z-index:2;
15 15
                         transform: translate(-50%, -50%);
16
-                        bottom:<?=28+ rand(-5,5) ?>vw;
16
+                        bottom:<?=28 + rand(-5, 5) ?>vw;
17 17
                         width:9vw; height: auto; opacity: 80%;">
18 18
             </div>
19 19
         </div>
Please login to merge, or discard this patch.