Skip to content

Commit 4b1a971

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 43ea9eb commit 4b1a971

File tree

11 files changed

+49
-1758
lines changed

11 files changed

+49
-1758
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
96a38df3
1+
8a3fce03

computo-quarto-extension.html

Lines changed: 0 additions & 1745 deletions
This file was deleted.

computo-quarto-extension.pdf

25 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

computo-quarto-extension_files/libs/bootstrap/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@layer htmltools {
2+
.html-fill-container {
3+
display: flex;
4+
flex-direction: column;
5+
/* Prevent the container from expanding vertically or horizontally beyond its
6+
parent's constraints. */
7+
min-height: 0;
8+
min-width: 0;
9+
}
10+
.html-fill-container > .html-fill-item {
11+
/* Fill items can grow and shrink freely within
12+
available vertical space in fillable container */
13+
flex: 1 1 auto;
14+
min-height: 0;
15+
min-width: 0;
16+
}
17+
.html-fill-container > :not(.html-fill-item) {
18+
/* Prevent shrinking or growing of non-fill items */
19+
flex: 0 0 auto;
20+
}
21+
}

index.html

Lines changed: 26 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)