mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Fix gap in landing pattern at the top
This commit is contained in:
parent
f9e020dd67
commit
fdde2d58af
|
@ -2,22 +2,23 @@
|
||||||
|
|
||||||
.header
|
.header
|
||||||
background: var(--color-theme)
|
background: var(--color-theme)
|
||||||
padding-top: calc(var(--height-nav) * 1.5)
|
padding-top: var(--height-nav)
|
||||||
width: 100%
|
width: 100%
|
||||||
text-align: center
|
text-align: center
|
||||||
|
--header-top-margin: 27px
|
||||||
|
|
||||||
.header-wrapper
|
.header-wrapper
|
||||||
background: var(--color-theme)
|
background: var(--color-theme)
|
||||||
background-position: top center
|
background-position: center var(--header-top-margin)
|
||||||
background-repeat: repeat
|
background-repeat: repeat
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.header-content
|
.header-content
|
||||||
background: transparent
|
background-position: center calc(-138px + var(--header-top-margin))
|
||||||
background-position: center -138px
|
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
width: 100%
|
width: 100%
|
||||||
min-height: 573px
|
min-height: calc(573px + var(--header-top-margin))
|
||||||
|
padding-top: var(--header-top-margin)
|
||||||
|
|
||||||
.title
|
.title
|
||||||
font: normal 600 7rem/#{1} var(--font-secondary)
|
font: normal 600 7rem/#{1} var(--font-secondary)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user