We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6f9ee commit db187adCopy full SHA for db187ad
css/secrets.css
@@ -20,13 +20,13 @@ svg {
20
}
21
22
.cell:hover, .cell:visited, .cell:focus {
23
- animation: loaderAnim 5s ease-in-out infinite normal forwards;
+ /* animation: loaderAnim 5s ease-in-out infinite normal forwards; */
24
padding: 0;
25
margin: 0;
26
27
28
29
-@keyframes loaderAnim {
+/* @keyframes loaderAnim {
30
0% {
31
transform:rotate(0deg);
32
@@ -36,4 +36,16 @@ svg {
36
100% {
37
38
39
-}
+} */
40
+
41
+/* @media only screen and (max-width: 600px) {
42
+ .row:nth-child(2n) {
43
+ position: relative;
44
+ left: -160px;
45
+ }
46
+ body {
47
48
+ left: -200px;
49
+ top: -200px;
50
51
0 commit comments