1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-22 15:32:22 +00:00

Add comment on custom CSS

This commit is contained in:
Alexandre Iooss 2020-08-10 15:05:00 +02:00
parent eadc8fa193
commit 8933fddaf3

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