-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle2.css
33 lines (32 loc) · 864 Bytes
/
style2.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@media only screen and (max-width: 450px) {
body .green {
height: 25vh;
}
body .black {
height: 100vh;
}
body .top header {
padding-top: 5%;
padding-left: 2%;
}
body .body .bottom {
height: 400px;
margin-top: 8%;
width: 67%;
}
body .notsupp {
display: block;
font-weight: lighter;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 100;
text-align: center;
align-items: center;
justify-content: center;
font-size: large;
color: rgb(109, 108, 108);
}
body .body .bottom .firstheading,
body .body .bottom .scan {
display: none;
}
}