Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit b1bc54a

Browse files
committed
Templates(github-markdown): Add flex to inner content
1 parent 8306178 commit b1bc54a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Ryan Brue <[email protected]>"]
44
repository = "https://github.com/ryanabx/simple-ssg"
55
license = "MIT"
66
readme = "README.md"
7-
version = "3.1.1"
7+
version = "3.1.2"
88
edition = "2021"
99
description = "Plain and simple static site generator for Djot and Markdown light markup languages"
1010

src/templates.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ impl BuiltInTemplate {
12651265
}
12661266
12671267
.content-border {
1268+
display: flex;
12681269
flex: 1;
12691270
outline: var(--fgColor-muted);
12701271
outline-width: 5px;
@@ -1273,6 +1274,7 @@ impl BuiltInTemplate {
12731274
12741275
.content-body {
12751276
padding: 1%;
1277+
flex: 1;
12761278
}
12771279
12781280
.table-of-contents {

0 commit comments

Comments
 (0)