Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 992f965

Browse files
authored
Merge pull request #167 from codewizardshq/mobile-styles
Mobile styles
2 parents ac11291 + 833ae50 commit 992f965

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

src/styles/mobile-warning.scss

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
// .mobile-warning {
2-
// position: absolute;
3-
// top: 0;
4-
// left: 0;
5-
// width: 100%;
6-
// height: 100%;
7-
// background-color: #21252d;
8-
// color: white;
9-
// z-index: 10000;
10-
// text-align: center;
11-
// display: block;
12-
// }
1+
.mobile-warning {
2+
position: absolute;
3+
top: 0;
4+
left: 0;
5+
width: 100%;
6+
height: 100%;
7+
background-color: #21252d;
8+
color: white;
9+
z-index: 10000;
10+
text-align: center;
11+
display: block;
12+
display: none !important;
13+
}
1314

14-
// @media (min-width: 600px) {
15-
// .mobile-warning {
16-
// display: none !important;
17-
// }
18-
// }
15+
@media (min-width: 600px) {
16+
.mobile-warning {
17+
// display: none !important;
18+
}
19+
}

0 commit comments

Comments
 (0)