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
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
1415hugo server --source exampleSite
1516```
1617
Original file line number Diff line number Diff line change 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 );
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments