File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,20 @@ body ::-webkit-scrollbar-thumb {
126
126
margin : 0 auto;
127
127
}
128
128
129
- .container2 {
129
+ /** pseudo-tailwind classes */
130
+
131
+ .flex {
130
132
display : flex;
131
- margin : 0 0 ;
132
133
}
133
134
134
- .space-between {
135
+ .flex-col {
136
+ flex-direction : column;
137
+ }
138
+
139
+ .m-0 {
140
+ margin : 0px ;
141
+ }
142
+
143
+ .justify-between {
135
144
justify-content : space-between;
136
145
}
Original file line number Diff line number Diff line change @@ -283,10 +283,6 @@ body {
283
283
transition : max-height 0.2s ease, padding 0.2s ease;
284
284
}
285
285
286
- .navbar-sub .container2 {
287
- flex-direction : column;
288
- }
289
-
290
286
.navbar-sub .drop-down-content {
291
287
display : inherit;
292
288
position : inherit;
Original file line number Diff line number Diff line change 23
23
</div >
24
24
</nav >
25
25
<nav id =" navbar-sub" class =" navbar-sub" >
26
- <div class =" container space -between" >
27
- <div class =" container2 " >
26
+ <div class =" container justify -between" >
27
+ <div class =" flex flex-col m-0 " >
28
28
{{ #> navbar }}
29
29
navbar.hbs partial not found - you're seeing failover content
30
30
<a class =" navbar-sub-item" href =" #" >Home</a >
40
40
<svg aria-hidden =" true" focusable =" false" data-prefix =" fas" data-icon =" arrow-right" role =" img" xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 448 512" data-fa-i2svg =" " ><path fill =" currentColor" d =" M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z" ></path ></svg >
41
41
</a >
42
42
</div >
43
- <div class =" container2 " >
43
+ <div class =" flex flex-col m-0 " >
44
44
{{ #with @root.page.versions }}
45
45
<div class =" page-versions" >
46
46
<button class =" version-menu-toggle" title =" Show other versions of page" >{{ @root.page.componentVersion.displayVersion }} </button >
You can’t perform that action at this time.
0 commit comments