File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 129
129
nio4r (2.5.8 )
130
130
nokogiri (1.14.1-arm64-darwin )
131
131
racc (~> 1.4 )
132
+ nokogiri (1.14.1-x86-mingw32 )
133
+ racc (~> 1.4 )
132
134
public_suffix (5.0.1 )
133
135
puma (5.6.5 )
134
136
nio4r (~> 2.0 )
191
193
railties (>= 6.0.0 )
192
194
tzinfo (2.0.6 )
193
195
concurrent-ruby (~> 1.0 )
196
+ tzinfo-data (1.2024.1 )
197
+ tzinfo (>= 1.0.0 )
194
198
web-console (4.2.0 )
195
199
actionview (>= 6.0.0 )
196
200
activemodel (>= 6.0.0 )
210
214
211
215
PLATFORMS
212
216
arm64-darwin-21
217
+ x86-mingw32
213
218
214
219
DEPENDENCIES
215
220
bootsnap
Original file line number Diff line number Diff line change 57
57
padding : var (--space );
58
58
}
59
59
60
+
61
+ .nested-page {
62
+ font-size : 0.9rem !important ;
63
+ border-radius : 0px !important ;
64
+ border-left : 4px solid # dfe6e9 !important ;
65
+ margin-left : 20px !important ;
66
+ --space : 24px ;
67
+ }
68
+
69
+
60
70
/* MARKDOWN */
61
71
h2 {
62
72
font-family : 'Inter' , sans-serif;
@@ -146,11 +156,11 @@ blockquote {
146
156
147
157
.links {
148
158
display : flex;
149
- align-items : end ;
159
+ align-items : start ;
150
160
flex-direction : column;
151
161
152
162
width : 200px ;
153
- float : right ;
163
+ margin-left : 30 px ;
154
164
}
155
165
156
166
.sidebar .bottom , .mobile-sidebar .bottom {
You can’t perform that action at this time.
0 commit comments