mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Switch to Manrope font
Fix inconsistent buttons
Removed default header background
Added info button with version and ❤️
Random fixes
This commit is contained in:
parent
ad8da1ae4e
commit
4e7301b9de
15 changed files with 169 additions and 64 deletions
|
@ -1,11 +1,11 @@
|
|||
.banner
|
||||
width: 100%
|
||||
height: 40vh
|
||||
height: 50vh
|
||||
|
||||
position: relative
|
||||
|
||||
background-color: $black
|
||||
color: $black
|
||||
color: $white
|
||||
|
||||
overflow: hidden
|
||||
transition: opacity 0.3s ease-in-out
|
||||
|
@ -18,7 +18,7 @@
|
|||
width: 100%
|
||||
height: 100%
|
||||
|
||||
background-color: $black
|
||||
background-color: $black2
|
||||
|
||||
object-fit: cover
|
||||
object-position: center center
|
||||
|
@ -46,7 +46,6 @@
|
|||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: flex-end
|
||||
gap: 0.5rem
|
||||
|
||||
z-index: +2
|
||||
|
||||
|
@ -55,22 +54,19 @@
|
|||
padding: 0
|
||||
|
||||
font-size: 6.9rem
|
||||
font-weight: 700
|
||||
line-height: 1
|
||||
font-weight: 800
|
||||
text-align: left
|
||||
|
||||
color: $black
|
||||
color: $primary
|
||||
|
||||
p
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 500
|
||||
line-height: 1
|
||||
text-align: left
|
||||
|
||||
color: $black
|
||||
text-align: left
|
||||
|
||||
@media (max-width: $breakpoint)
|
||||
.banner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue