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 {
106
106
// ul initially set at zero | removed padding from paginator-list and project-list
107
107
ul , ol {
108
108
margin-left : 2 * $spacing-unit ; // forced to zero
109
+ margin-bottom : 2 * $spacing-unit ;
109
110
// margin-right: 0px; // forced to zero
111
+ // margin-top: 0px;
110
112
}
111
113
112
114
// note: ul needs magin=0 to prevent offset in page listings
113
115
114
116
li {
115
117
> ul ,
116
118
> ol {
117
- margin-bottom : 0 ;
119
+ // margin-bottom: 0; // Applied to paginator-list and project-list
118
120
}
119
121
}
120
122
Original file line number Diff line number Diff line change 7
7
// remove padding from ul
8
8
margin-left : 0px !important ;
9
9
margin-right : 0px !important ;
10
+ margin-bottom : 0px !important ;
10
11
11
12
.title {
12
13
color : $post-color ;
Original file line number Diff line number Diff line change 10
10
// remove padding from ul
11
11
margin-left : 0px !important ;
12
12
margin-right : 0px !important ;
13
+ margin-bottom : 0px !important ;
13
14
14
15
.category {
15
16
font-size : 40px ;
You can’t perform that action at this time.
0 commit comments