forked from dionyziz/bitcoinschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.css
59 lines (59 loc) · 1.11 KB
/
mobile.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@media (max-width: 900px) {
header h1 {
margin: 0;
line-height: 100px;
text-align: center;
padding: 0;
display: block;
font-size: 230%;
}
header h1:after {
background-image: none;
}
header .about.eight.columns {
width: 100%;
height: inherit;
}
header .location.four.columns {
width: 100%;
margin: 0;
text-align: center;
}
header ul {
position: static;
margin: 40px;
text-align: center;
padding: 15px;
}
header ul li {
display: block;
float: none;
padding: 0;
border-radius: 5px;
}
header ul li a {
display: block;
padding: 5px;
}
header ul li a:hover {
color: white;
background-color: #e10079;
border-radius: 5px;
}
header small {
display: none;
}
section {
margin: 0;
}
img.iacr {
float: none;
margin: auto;
display: block;
}
}
@media (max-width: 1200px) {
header {
background-size: 1000px;
}
}