Skip to content

Commit f587148

Browse files
committed
fix: Increase space for post entries & others
1 parent c9cca71 commit f587148

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Local development
1010
-----------------
1111

1212
```bash
13-
HUGO_MODULE_REPLACEMENTS="github.com/manid2/hugo-xterm -> ../.." \
13+
# add to go.mod for local development
14+
# replace github.com/manid2/hugo-xterm => ../hugo-xterm
1415
hugo server --source exampleSite
1516
```
1617

assets/styles/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
.breadcrumbs {
99
font-size: $font-size-smaller;
1010
font-style: italic;
11-
margin: $spacer-normal 0;
1211
}
1312

1413
.breadcrumbs {
1514
width: fit-content;
1615
border-bottom: $spacer-1 solid;
16+
margin-top: $spacer-large;
1717

1818
@include themed {
1919
border-color: t($accent);

assets/styles/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ hr {
362362
.container {
363363
display: flex;
364364
flex-direction: column;
365-
padding: $spacer-small;
365+
padding: $spacer-normal;
366366
max-width: $container-max-width;
367367
min-height: 100vh;
368368

assets/styles/_post.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
&-entries {
1111
.item {
12-
margin-bottom: $spacer-normal;
12+
padding-bottom: $spacer-small;
13+
margin-bottom: $spacer-large;
1314

1415
p {
1516
margin: 0;

0 commit comments

Comments
 (0)