File tree 1 file changed +28
-28
lines changed
1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -12,34 +12,6 @@ html {
12
12
}
13
13
}
14
14
15
- // Layout classes
16
- .no-sidebar {
17
- .sidebar {
18
- display : none ;
19
- }
20
- .page {
21
- @include breakpoint ($large ) {
22
- width : 100% ;
23
- }
24
- @include breakpoint ($x-large ) {
25
- width : 100% ;
26
- }
27
- }
28
- .page__related {
29
- @include breakpoint ($large ) {
30
- width : 100% ;
31
- }
32
- @include breakpoint ($x-large ) {
33
- width : 100% ;
34
- }
35
- }
36
- }
37
- .no-footer-meta {
38
- footer .page__meta {
39
- display : none ;
40
- }
41
- }
42
-
43
15
// Archive
44
16
.grid__item {
45
17
.archive__item-teaser {
@@ -100,3 +72,31 @@ html {
100
72
font-weight : bold ;
101
73
}
102
74
}
75
+
76
+ // Layout classes
77
+ .no-sidebar {
78
+ .sidebar {
79
+ display : none ;
80
+ }
81
+ .page {
82
+ @include breakpoint ($large ) {
83
+ width : 100% ;
84
+ }
85
+ @include breakpoint ($x-large ) {
86
+ width : 100% ;
87
+ }
88
+ }
89
+ .page__related {
90
+ @include breakpoint ($large ) {
91
+ width : 100% ;
92
+ }
93
+ @include breakpoint ($x-large ) {
94
+ width : 100% ;
95
+ }
96
+ }
97
+ }
98
+ .no-footer-meta {
99
+ footer .page__meta {
100
+ display : none ;
101
+ }
102
+ }
You can’t perform that action at this time.
0 commit comments