File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Local development
10
10
-----------------
11
11
12
12
``` 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
14
15
hugo server --source exampleSite
15
16
```
16
17
Original file line number Diff line number Diff line change 8
8
.breadcrumbs {
9
9
font-size : $font-size-smaller ;
10
10
font-style : italic ;
11
- margin : $spacer-normal 0 ;
12
11
}
13
12
14
13
.breadcrumbs {
15
14
width : fit-content ;
16
15
border-bottom : $spacer-1 solid ;
16
+ margin-top : $spacer-large ;
17
17
18
18
@include themed {
19
19
border-color : t ($accent );
Original file line number Diff line number Diff line change 362
362
.container {
363
363
display : flex ;
364
364
flex-direction : column ;
365
- padding : $spacer-small ;
365
+ padding : $spacer-normal ;
366
366
max-width : $container-max-width ;
367
367
min-height : 100vh ;
368
368
Original file line number Diff line number Diff line change 9
9
10
10
& -entries {
11
11
.item {
12
- margin-bottom : $spacer-normal ;
12
+ padding-bottom : $spacer-small ;
13
+ margin-bottom : $spacer-large ;
13
14
14
15
p {
15
16
margin : 0 ;
You can’t perform that action at this time.
0 commit comments