File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ <h1 class="blog-index-title">
36
36
< div class ="row blog-vertical ">
37
37
38
38
{% for post in posts %}
39
+
40
+ {% if forloop.first %}
41
+ {% continue %}
42
+ {% endif %}
43
+
39
44
< div class ="vertical-blog-container ">
40
45
< div class ="col-md-4 ">
41
46
< p class ="blog-date "> {{ post.date | date: '%B %d, %Y' }}</ p >
Original file line number Diff line number Diff line change 249
249
}
250
250
}
251
251
252
+ .main-menu ul li :nth-child (7 ) .resources-dropdown {
253
+
254
+ .resources-dropdown-menu {
255
+ width : 376px ;
256
+ left : -110px ;
257
+
258
+ p {
259
+ margin-bottom : 0.5rem ;
260
+ }
261
+ }
262
+ }
263
+
264
+
252
265
.main-menu ul li {
253
266
.ecosystem-dropdown , .resources-dropdown a {
254
267
cursor : pointer ;
255
268
}
256
-
257
269
.ecosystem-dropdown , .resources-dropdown {
258
270
.with-down-orange-arrow {
259
271
padding-right : rem (32px );
You can’t perform that action at this time.
0 commit comments