Skip to content

Commit

Permalink
Templates(github-markdown): Add flex to inner content
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Sep 9, 2024
1 parent 8306178 commit b1bc54a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Ryan Brue <[email protected]>"]
repository = "https://github.com/ryanabx/simple-ssg"
license = "MIT"
readme = "README.md"
version = "3.1.1"
version = "3.1.2"
edition = "2021"
description = "Plain and simple static site generator for Djot and Markdown light markup languages"

Expand Down
2 changes: 2 additions & 0 deletions src/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ impl BuiltInTemplate {
}
.content-border {
display: flex;
flex: 1;
outline: var(--fgColor-muted);
outline-width: 5px;
Expand All @@ -1273,6 +1274,7 @@ impl BuiltInTemplate {
.content-body {
padding: 1%;
flex: 1;
}
.table-of-contents {
Expand Down

0 comments on commit b1bc54a

Please sign in to comment.