Actually, just remove xxl from maxwidths

This commit is contained in:
DeathByDenim 2023-06-13 07:18:38 -04:00
parent 9d5a0ddcda
commit 742670a12b
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 4 additions and 2 deletions

View File

@ -32,10 +32,12 @@ $body-tertiary-bg: #43543F;
@import "bootstrap/variables";
$container-max-widths: map-merge(
$container-max-widths, (
xl: 1000px,
xxl: 1000px
xl: 1000px
)
);
$container-max-widths: map-remove(
$container-max-widths, "xxl"
);
.table a{
color: #81BB27;