Bundle JS into a compact format

Run file checks on startup
Fix visual bugs in Sass
This commit is contained in:
Michał Gdula 2023-03-10 11:10:43 +00:00
parent e3a0eaf60b
commit e6d289ed64
16 changed files with 283 additions and 221 deletions

View file

@ -23,7 +23,7 @@
object-fit: cover
object-position: center center
span
.banner-filter
position: absolute
top: 0
left: 0
@ -77,9 +77,6 @@
width: 100vw
height: 25vh
span
background-image: linear-gradient(to bottom, rgba($primary, 1), rgba($primary, 0))
.banner-content
padding: 0.5rem

View file

@ -233,6 +233,8 @@
left: 0
bottom: calc(-100vh + 3.5rem)
border-radius: $rad $rad 0 0
&.open
.container
left: 0

View file

@ -105,7 +105,7 @@
opacity: 1
img
transform: scale(1.1)
transform: scale(1.05)
@media (max-width: 800px)
.gallery-grid

View file

@ -18,12 +18,11 @@ $info: $blue
$rad: 6px
$rad-inner: 3px
//$font: "Work Sans", sans-serif
$font: "Work Sans", sans-serif
$breakpoint: 800px // responsive breakpoint for mobile
// responsive breakpoint for mobile
$breakpoint: 800px
// Work Sans
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-regular.woff2')