File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1414 --md-default-fg-color : # e9e9e9 ;
1515}
1616
17+ /* Fix indentation shift on highlighted lines */
18+ .md-typeset pre > code > span .hll {
19+ margin-left : 0 !important ;
20+ padding-left : 0 !important ;
21+ display : inline-block;
22+ width : 100% ;
23+ box-sizing : border-box;
24+ }
25+
1726/* Fix a horizontal scroll isue */
1827.md-typeset * {
1928 margin-left : 0 !important ;
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ server.
1010
1111If a service has a ` build: ` section, add your own ` image: ` name and version tag:
1212
13- ``` yaml title="app/compose.yaml" hl_lines=3
13+ ``` yaml title="app/compose.yaml" hl_lines="5"
1414services :
1515 caddy :
16- image : ghcr.io/youruser/yourapp-caddy:0.1.0
1716 build :
1817 context : ./caddy
18+ image : ghcr.io/youruser/yourapp-caddy:0.1.0
1919` ` `
2020
2121Build and push your images:
You can’t perform that action at this time.
0 commit comments