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 037a6c9 commit 221a638Copy full SHA for 221a638
assets/css/style.scss
@@ -7,15 +7,45 @@
7
// width:20%
8
//}
9
section {
10
- width:75%;
+ width:72%;
11
+ padding-bottom:50px;
12
}
13
14
.wrapper {
15
width:100%;
16
17
-//@media print, screen and (max-width: 960px) {
18
-// header{
19
-// padding:0px;
20
-// }
21
-//}
+@media print, screen and (max-width: 1240px) {
+
+ div.wrapper {
+ width:auto;
22
+ margin:0;
23
+ }
24
25
+ header, section, footer {
26
+ float:none;
27
+ position:static;
28
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