-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (37 loc) · 746 Bytes
/
Copy pathstyle.css
File metadata and controls
50 lines (37 loc) · 746 Bytes
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
@media (min-width: 550px) {
.header {
margin-bottom: 1em;
width : 100%;
}
.main {
overflow:hidden;
display:box;
min-width : 400px;
}
.footer {
border:none;
margin-top:15px;
border-top:1px solid #999999;
}
.menu {
position:relative;
float:left;
left:0px;
width:220px;
margin-right:15px;
}
.right {
width:301px;
margin-left:15px;
position:relative;
height: 600px;
float:right;
}
}
@media (min-width: 851px) {
.right {
}
.footer {
margin-right:301px;
}
}