summaryrefslogtreecommitdiff
path: root/assets/theme
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-15 15:23:11 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-15 15:23:11 +0100
commit012ed929d594f0585fd7008c7243be8f330c829b (patch)
treec379a406224726e02dc803c51eba0f729c46130e /assets/theme
parentedc1f4261cdbfe15f6680cb5a38abc4f09df1a4e (diff)
Reuse taglist css in recipes
Diffstat (limited to 'assets/theme')
-rw-r--r--assets/theme/main.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/assets/theme/main.scss b/assets/theme/main.scss
index 370af14..967e0da 100644
--- a/assets/theme/main.scss
+++ b/assets/theme/main.scss
@@ -153,15 +153,6 @@ section.recipe {
div.description {
grid-column-start: description;
grid-column-end: end;
-
- ul.taglist {
- li {
- display: inline;
- }
-
- margin: 0;
- padding: 0;
- }
}
h2 {
@@ -311,3 +302,12 @@ pre code {
.tag::before {
content: "#";
}
+
+ul.taglist {
+ li {
+ display: inline;
+ }
+
+ margin: 0;
+ padding: 0;
+}