We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cbedc commit 6397301Copy full SHA for 6397301
assets/css/style.scss
@@ -3,13 +3,19 @@
3
4
@import "{{ site.theme }}";
5
6
-//section {
7
-// width:900px;
8
-// float:right;
9
-// padding-bottom:50px;
10
-//}
11
-//
12
-//.wrapper {
13
-// width:1300px;
14
-// margin:0 auto;
15
+header{
+ width:20%
+}
+section {
+ width:75%;
+
+.wrapper {
+ width:100%;
16
17
+@media print, screen and (max-width: 960px) {
18
+ header{
19
+ padding:0px;
20
+ }
21
0 commit comments