mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Bundle JS into a compact format
Run file checks on startup Fix visual bugs in Sass
This commit is contained in:
parent
e3a0eaf60b
commit
e6d289ed64
16 changed files with 283 additions and 221 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -233,6 +233,8 @@
|
|||
left: 0
|
||||
bottom: calc(-100vh + 3.5rem)
|
||||
|
||||
border-radius: $rad $rad 0 0
|
||||
|
||||
&.open
|
||||
.container
|
||||
left: 0
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
opacity: 1
|
||||
|
||||
img
|
||||
transform: scale(1.1)
|
||||
transform: scale(1.05)
|
||||
|
||||
@media (max-width: 800px)
|
||||
.gallery-grid
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue