Skip to content

Commit 7ebed25

Browse files
committed
refined post text
1 parent d6628bb commit 7ebed25

File tree

4 files changed

+37
-40
lines changed

4 files changed

+37
-40
lines changed

_sass/minima/_base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,17 @@ figcaption {
106106
// ul initially set at zero | removed padding from paginator-list and project-list
107107
ul, 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

114116
li {
115117
> ul,
116118
> ol {
117-
margin-bottom: 0;
119+
//margin-bottom: 0; // Applied to paginator-list and project-list
118120
}
119121
}
120122

_sass/paginator-list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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;

_sass/projects.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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;

0 commit comments

Comments
 (0)