Lae/resources/sass/app.scss

27 lines
303 B
SCSS
Raw Normal View History

2022-11-14 10:37:09 +00:00
// Fonts
@import url("https://fonts.bunny.net/css?family=Nunito");
// Variables
@import "variables";
// Bootstrap
@import "bootstrap/scss/bootstrap";
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}