We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dd998 commit ced072bCopy full SHA for ced072b
css/secrets.css
@@ -1,14 +1,12 @@
1
body {
2
overflow: hidden;
3
position: relative;
4
- left: -100px;
5
- top: -100px;
6
background: #000;
+ margin: 0;
7
}
8
9
.row {
10
display: flex;
11
- margin-left: 1em;
12
13
.row:nth-child(2n) {
14
@@ -37,3 +35,13 @@ svg {
37
35
transform:rotate(0deg);
38
36
39
+@media only screen and (max-width: 450px) {
+ .row:nth-child(2n) {
40
+ position: relative;
41
+ left: 75px;
42
+ }
43
+ body {
44
+ left: -100px;
45
+ top: 10px;
46
47
+}
0 commit comments