From 8933fddaf3ef771f008effef38c1c8e8ff15ca0a Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 10 Aug 2020 15:05:00 +0200 Subject: [PATCH] Add comment on custom CSS --- note_kfet/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html index b4a415a1..e7af8fa9 100644 --- a/note_kfet/templates/base.html +++ b/note_kfet/templates/base.html @@ -74,6 +74,8 @@ SPDX-License-Identifier: GPL-3.0-or-later .bs-tooltip-bottom .arrow::before { border-bottom-color: rgba(0,0,0,.250); } + + /* Limit fluid container to a max size */ .container-fluid { max-width: 1600px; }