Skip to content

Commit 221a638

Browse files
committed
test css layout changes
1 parent 037a6c9 commit 221a638

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

assets/css/style.scss

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,45 @@
77
// width:20%
88
//}
99
section {
10-
width:75%;
10+
width:72%;
11+
padding-bottom:50px;
1112
}
1213

1314
.wrapper {
1415
width:100%;
1516
}
1617

17-
//@media print, screen and (max-width: 960px) {
18-
// header{
19-
// padding:0px;
20-
// }
21-
//}
18+
@media print, screen and (max-width: 1240px) {
19+
20+
div.wrapper {
21+
width:auto;
22+
margin:0;
23+
}
24+
25+
header, section, footer {
26+
float:none;
27+
position:static;
28+
width:auto;
29+
}
30+
31+
header {
32+
padding-right:320px;
33+
}
34+
35+
section {
36+
border:1px solid #e5e5e5;
37+
border-width:1px 0;
38+
padding:20px 0;
39+
margin:0 0 20px;
40+
}
41+
42+
header a small {
43+
display:inline;
44+
}
45+
46+
header ul {
47+
position:absolute;
48+
right:50px;
49+
top:52px;
50+
}
51+
}

0 commit comments

Comments
 (0)