Skip to content

Commit ccf5f69

Browse files
committed
Styling updates
1 parent 7b6784e commit ccf5f69

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs.joern.io/assets/_custom.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* You can add custom styles here. */
2+
3+
// @import "plugins/numbered";
4+
5+
.container {
6+
max-width: 80%
7+
}
8+
9+
.markdown {
10+
table {
11+
tr th,
12+
tr td {
13+
font-size: 0.8em
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)