File tree Expand file tree Collapse file tree 7 files changed +20
-16
lines changed Expand file tree Collapse file tree 7 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ article {
93
93
@media (max-width : $medium-screen ) {
94
94
table {
95
95
td ,th {
96
- display : block ;
97
96
border : 0 ;
98
97
}
99
98
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
@media screen and (max-width : 53.75rem ) {
18
- .responsive .footer .container {
18
+ .responsive.footer .container {
19
19
padding : 2rem 1rem ;
20
20
21
21
.footer-info {
60
60
display : flex
61
61
}
62
62
63
- @media screen and (max-width : 53.75 rem ) {
64
- .responsive .footer .container {
63
+ @media screen and (max-width : 40 rem ) {
64
+ .responsive.footer .container {
65
65
text-align : center ;
66
66
display : block ;
67
67
}
83
83
}
84
84
85
85
@media screen and (max-width : 53.75rem ) {
86
- .responsive .footer .footer-info {
86
+ .responsive.footer .footer-info {
87
87
text-align : center ;
88
88
}
89
89
90
- .responsive .footer .footer-statement {
90
+ .responsive.footer .footer-statement {
91
91
text-align : center ;
92
92
}
93
93
94
- .responsive .footer .footer-tagline {
94
+ .responsive.footer .footer-tagline {
95
95
padding-left : 2em ;
96
96
padding-right : 2em ;
97
97
}
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ $white: white;
43
43
display : -webkit-flex ;
44
44
}
45
45
46
- @media screen and (max-width : 53.75 rem ) {
47
- .responsive .header .container {
46
+ @media screen and (max-width : $medium-screen ) {
47
+ .responsive.header .container {
48
48
display : block ;
49
49
}
50
50
}
@@ -56,7 +56,7 @@ $white: white;
56
56
height : 2.8rem ;
57
57
}
58
58
@media screen and (max-width : 53.75rem ) {
59
- .responsive .header .header-nav {
59
+ .responsive.header .header-nav {
60
60
height : auto ;
61
61
}
62
62
}
@@ -70,7 +70,7 @@ $white: white;
70
70
}
71
71
72
72
@media screen and (max-width : 53.75rem ) {
73
- .responsive .header a {
73
+ .responsive.header a {
74
74
line-height : 24px ; // do we need this
75
75
}
76
76
}
Original file line number Diff line number Diff line change 42
42
margin : 0 ;
43
43
table-layout : auto ;
44
44
width : 100% ;
45
+ z-index : auto ;
45
46
46
47
tr ,
47
48
th ,
Original file line number Diff line number Diff line change 5
5
z-index : 1 ;
6
6
padding : $small-spacing 0 ;
7
7
8
- @include media ($medium-large-screen-up ) {
8
+ @include media ($medium-screen-up ) {
9
+ margin-top : 5em ;
10
+ }
11
+
12
+ @include media ($large-screen-up ) {
9
13
// fixed sidebar, full height
10
14
@include span-columns (3.5 );
11
15
margin-right : 0 ;
Original file line number Diff line number Diff line change 1
- <header class =" header" >
1
+ <header class =" header responsive " >
2
2
<nav role =" navigation" aria-label =" main" >
3
3
<ul class =" header-nav container" >
4
4
<li class =" header-logo" >
20
20
<main class =" container" >
21
21
{{ outlet }}
22
22
</main >
23
- {{ main-footer }}
23
+ {{ main-footer }}
Original file line number Diff line number Diff line change 1
- <div class =" footer" >
1
+ <div class =" footer responsive " >
2
2
<div class =" container" >
3
3
<div class =" footer-info" >
4
4
Copyright {{ currentYear }}
42
42
</div >
43
43
44
44
</div >
45
- </div >
45
+ </div >
You can’t perform that action at this time.
0 commit comments