2025-07-25

This commit is contained in:
2025-07-25 09:40:05 -05:00
parent fb35c70ef0
commit 55c03bcafb
19 changed files with 5388 additions and 32 deletions

View File

@@ -0,0 +1,18 @@
@use '../../node_modules/bootstrap/scss/bootstrap.scss';
@use './fonts/graphique.css';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');
.navbar{
// background-color: #582f0e;
@extend .border-bottom;
// font-family: "Bebas Neue";
text-transform: uppercase;
font-stretch: condensed;
.navbar-brand {
@extend .ms-3;
font-family: "Graphique";
font-size: x-large;
}
}