File tree Expand file tree Collapse file tree 4 files changed +37
-40
lines changed
collections/projects/Arduino Libraries/_posts Expand file tree Collapse file tree 4 files changed +37
-40
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,17 @@ figcaption {
106106// ul initially set at zero | removed padding from paginator-list and project-list
107107ul , ol {
108108 margin-left : 2 * $spacing-unit ; // forced to zero
109+ margin-bottom : 2 * $spacing-unit ;
109110 // margin-right: 0px; // forced to zero
111+ // margin-top: 0px;
110112}
111113
112114// note: ul needs magin=0 to prevent offset in page listings
113115
114116li {
115117 > ul ,
116118 > ol {
117- margin-bottom : 0 ;
119+ // margin-bottom: 0; // Applied to paginator-list and project-list
118120 }
119121}
120122
Original file line number Diff line number Diff line change 77 // remove padding from ul
88 margin-left : 0px !important ;
99 margin-right : 0px !important ;
10+ margin-bottom : 0px !important ;
1011
1112 .title {
1213 color : $post-color ;
Original file line number Diff line number Diff line change 1010 // remove padding from ul
1111 margin-left : 0px !important ;
1212 margin-right : 0px !important ;
13+ margin-bottom : 0px !important ;
1314
1415 .category {
1516 font-size : 40px ;
You can’t perform that action at this time.
0 commit comments