We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96add18 commit 4a3d208Copy full SHA for 4a3d208
_sass/_posts.scss
@@ -84,6 +84,22 @@
84
h2 {
85
margin-bottom: 0.9rem;
86
}
87
+ ul {
88
+ list-style-type: none;
89
+ padding-left: 0;
90
+ }
91
+ li {
92
+ position: relative;
93
+ padding-left: 2.3rem;
94
+ line-height: 1.4em;
95
+ padding-bottom: 0.5rem;
96
97
+ li:before {
98
+ content: '→';
99
+ position: absolute;
100
+ left: 0.8rem;
101
+ font-weight: bold;
102
103
104
.post__footer {
105
border-top: 1px solid #ABABAB;
worker.js
@@ -1,6 +1,6 @@
1
var staticAssetsCacheName = 'StaticAssets',
2
imageAssetsCacheName = 'ImgStatic',
3
- version = 'v2.32::';
+ version = 'v2.33::';
4
5
var staticPrimaryAssets = [
6
'/',
0 commit comments