-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile.css
65 lines (53 loc) · 873 Bytes
/
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
60
61
62
63
64
65
#navbar .logo{
float: none;
text-align: center;
}
#navbar ul, #navbar ul li{
float: none;
}
#navbar ul li a{
padding: 5px;
border-bottom: #444 dotted 1px;
}
/* showcase */
#showcase{
height: 100%;
}
#showcase .showcase-content{
padding-top: 70px;
padding-bottom: 30px;
}
/* home info */
#home-info{
height: 550px;
}
#home-info .info-img{
display: none;
}
#home-info .info-content{
float: none;
width: 100%;
height: 100%;
text-align: center;
padding: 7em 5em;
overflow: hidden;
}
.box{
float: none;
width: 100%;
}
#about-info .info-left{
float: none;
width: 100%;
min-height: 100%;
text-align: center;
}
#about-info .info-right{
float: none;
width: 100%;
margin-top: 30px;
min-height: 100%;
}
#contact-info .box{
border-bottom: 1px dotted #444;
}