From b0f0335ee378552be33bf40fcd4246534c831be3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 3 Sep 2025 13:32:08 +0200 Subject: exclude AI instructions from main grid This allows the instructions to use the whole width of the body and not only of the first grid column. --- scripts/generate_boss_html.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generate_boss_html.py b/scripts/generate_boss_html.py index 46ebd15f..7f023b34 100755 --- a/scripts/generate_boss_html.py +++ b/scripts/generate_boss_html.py @@ -190,10 +190,12 @@ header {

${start_deck}

Recommended Draft ?

${draft}

+ + +

Instructions

${instructions}

- """ -- cgit v1.2.3