From cc3ae931db7fcb9ccc0cd2f6b100ab6c62c01d82 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 14 Apr 2024 18:51:10 +0200 Subject: [PATCH] docs: Add left and right padding to prevent icon truncation --- docs/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/static/css/custom.css b/docs/static/css/custom.css index 2f547fbf6..50f07dc38 100644 --- a/docs/static/css/custom.css +++ b/docs/static/css/custom.css @@ -142,6 +142,11 @@ h5 { font-size: 95%; } +.container-fluid { + padding-left: 2.2rem !important; + padding-right: 2.2rem !important; +} + /* Make primary buttons rclone colours. Should learn sass and do this the proper way! */ .btn-primary { background-color: #3f79ad;