Skip to content

Commit db187ad

Browse files
committed
merge conflict resolved secrets.css
1 parent 3d6f9ee commit db187ad

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

css/secrets.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ svg {
2020
}
2121

2222
.cell:hover, .cell:visited, .cell:focus {
23-
animation: loaderAnim 5s ease-in-out infinite normal forwards;
23+
/* animation: loaderAnim 5s ease-in-out infinite normal forwards; */
2424
padding: 0;
2525
margin: 0;
2626
}
2727

2828

29-
@keyframes loaderAnim {
29+
/* @keyframes loaderAnim {
3030
0% {
3131
transform:rotate(0deg);
3232
}
@@ -36,4 +36,16 @@ svg {
3636
100% {
3737
transform:rotate(0deg);
3838
}
39-
}
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+
position: relative;
48+
left: -200px;
49+
top: -200px;
50+
}
51+
} */

0 commit comments

Comments
 (0)