|
@@ -13,10 +13,9 @@ hover_accent_bg = {"_hover": {"bg": accent_color}}
|
|
|
content_width_vw = "90vw"
|
|
|
sidebar_width = "20em"
|
|
|
|
|
|
-template_page_style = {"padding_top": "5em", "padding_x": ["auto", "2em"]}
|
|
|
+template_page_style = {"padding_top": "5em", "padding_x": ["auto", "2em"], "flex": "1"}
|
|
|
|
|
|
template_content_style = {
|
|
|
- "width": "100%",
|
|
|
"align_items": "flex-start",
|
|
|
"box_shadow": box_shadow,
|
|
|
"border_radius": border_radius,
|