Skip to content

Commit 6397301

Browse files
committed
test css layout changes
1 parent 57cbedc commit 6397301

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

assets/css/style.scss

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33

44
@import "{{ site.theme }}";
55

6-
//section {
7-
// width:900px;
8-
// float:right;
9-
// padding-bottom:50px;
10-
//}
11-
//
12-
//.wrapper {
13-
// width:1300px;
14-
// margin:0 auto;
15-
//}
6+
header{
7+
width:20%
8+
}
9+
section {
10+
width:75%;
11+
}
12+
13+
.wrapper {
14+
width:100%;
15+
}
16+
17+
@media print, screen and (max-width: 960px) {
18+
header{
19+
padding:0px;
20+
}
21+
}

0 commit comments

Comments
 (0)