Add comment on custom CSS

This commit is contained in:
Alexandre Iooss 2020-08-10 15:05:00 +02:00
parent eadc8fa193
commit 8933fddaf3
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}