Skip to content

Commit 4a3d208

Browse files
committed
Make minor styling changes
1 parent 96add18 commit 4a3d208

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

_sass/_posts.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,22 @@
8484
h2 {
8585
margin-bottom: 0.9rem;
8686
}
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+
}
87103
}
88104
.post__footer {
89105
border-top: 1px solid #ABABAB;

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var staticAssetsCacheName = 'StaticAssets',
22
imageAssetsCacheName = 'ImgStatic',
3-
version = 'v2.32::';
3+
version = 'v2.33::';
44

55
var staticPrimaryAssets = [
66
'/',

0 commit comments

Comments
 (0)