updated boostrap theme (#107)

This commit is contained in:
Michael Quigley 2022-12-20 17:49:42 -05:00
parent 195210d868
commit afe435f87f
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ $blue: #3b2693;
$font-family-sans-serif: "Russo One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-monospace: "JetBrains Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1400px );
$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1340px );
$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1440px );

File diff suppressed because one or more lines are too long