From 0312bc4f48ac4eca3a5f835b6fcbaff1dcec2589 Mon Sep 17 00:00:00 2001 From: Rodrigo V Honorato Date: Sun, 19 Jun 2022 01:19:36 +0200 Subject: [PATCH] [SKIP] Increase page footer size to fix rendering (#132) --- docs/assets/css/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 6ca440f5..171914fb 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -22,4 +22,8 @@ ul { section { width: 860px; -} \ No newline at end of file +} + +footer { + width: 280px; +}