Skip to content

Commit 037a6c9

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

assets/css/style.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

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

6-
header{
7-
width:20%
8-
}
6+
//header{
7+
// width:20%
8+
//}
99
section {
1010
width:75%;
1111
}
@@ -14,8 +14,8 @@ section {
1414
width:100%;
1515
}
1616

17-
@media print, screen and (max-width: 960px) {
18-
header{
19-
padding:0px;
20-
}
21-
}
17+
//@media print, screen and (max-width: 960px) {
18+
// header{
19+
// padding:0px;
20+
// }
21+
//}

0 commit comments

Comments
 (0)