Skip to content

Commit 8f0c744

Browse files
committed
removed yarn.lock
1 parent 7638a45 commit 8f0c744

3 files changed

Lines changed: 7 additions & 11583 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
yarn.lock

src/index.scss

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,12 @@ lines of text may be wider than they appear
300300
}
301301

302302
@include mobile {
303-
height: 9vw;
304-
width: 9vw;
305-
306-
border-radius: 4.5vw;
307-
308-
margin-right: 1.5vw;
309-
310-
background-position: 1.5vw;
311-
background-size: 5vw;
303+
height: 9vw;
304+
width: 9vw;
305+
border-radius: 4.5vw;
306+
margin-right: 1.5vw;
307+
background-position: 1.5vw;
308+
background-size: 5vw;
312309
}
313310
}
314311

0 commit comments

Comments
 (0)