Skip to content

Commit d3e3c8e

Browse files
authored
balance post-details spacing to account for space at end of time #15
Merge pull request #15 from famebot/datesp - balance spacing before .post-details time and after separating middot
2 parents ad89a04 + d04bf1e commit d3e3c8e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"imports": {
33
"lume/": "https://deno.land/x/[email protected]/",
44
"blog/": "https://deno.land/x/[email protected]/",
5-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/",
5+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].5/",
66
"lume/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts"
77
},
88
"tasks": {

deno.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,10 @@ https://github.com/lumeland/ds/blob/v0.5.2/src/components/body.css#L34
145145
color: currentColor;
146146
}
147147
}
148+
149+
/*
150+
balance spacing before and after separating middot •
151+
*/
152+
.post-details time {
153+
margin-inline-end: -0.59375ch;
154+
}

0 commit comments

Comments
 (0)