We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7638a45 commit 8f0c744Copy full SHA for 8f0c744
3 files changed
.gitignore
@@ -21,3 +21,4 @@
21
npm-debug.log*
22
yarn-debug.log*
23
yarn-error.log*
24
+yarn.lock
src/index.scss
@@ -300,15 +300,12 @@ lines of text may be wider than they appear
300
}
301
302
@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;
+ height: 9vw;
+ width: 9vw;
+ border-radius: 4.5vw;
+ margin-right: 1.5vw;
+ background-position: 1.5vw;
+ background-size: 5vw;
312
313
314
0 commit comments