diff --git a/files/Inter-ExtraBold.woff b/files/Inter-ExtraBold.woff new file mode 100644 index 0000000..885ac94 Binary files /dev/null and b/files/Inter-ExtraBold.woff differ diff --git a/files/Inter-Regular.woff b/files/Inter-Regular.woff new file mode 100644 index 0000000..fa7715d Binary files /dev/null and b/files/Inter-Regular.woff differ diff --git a/files/bulma.css b/files/bulma.css index 00517f1..2e410bf 100644 --- a/files/bulma.css +++ b/files/bulma.css @@ -3328,6 +3328,12 @@ fieldset[disabled] .button { width: 100% } +@media (max-width: 1024px) { + .hero-body > .container { + flex-grow: unset; + } +} + @media screen and (min-width: 1024px) { .container { max-width: 960px @@ -11914,14 +11920,14 @@ print { .hero.is-small .hero-body { padding-bottom: 1.5rem; - padding-top: 1.5rem + padding-top: 1.5rem; } @media screen and (min-width: 769px), print { .hero.is-medium .hero-body { padding-bottom: 9rem; - padding-top: 9rem + padding-top: 9rem; } } @@ -11943,7 +11949,6 @@ print { .hero.is-fullheight .hero-body>.container, .hero.is-fullheight-with-navbar .hero-body>.container, .hero.is-halfheight .hero-body>.container { - flex-grow: 1; flex-shrink: 1 } @@ -12013,7 +12018,9 @@ print { .hero-body { flex-grow: 1; flex-shrink: 0; - padding: 3rem 1.5rem + padding: 3rem 1.5rem; + display: flex; + flex-direction: column-reverse; } .section { diff --git a/index.php b/index.php index 23e16c4..e5e03d0 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,7 @@ href="" as="font" crossorigin="anonymous"> @@ -78,7 +78,7 @@ - + \ No newline at end of file diff --git a/style.css b/style.css index 04807fb..0295105 100644 --- a/style.css +++ b/style.css @@ -313,6 +313,17 @@ html.has-navbar-fixed-top { padding-bottom: 0; } +@media (max-width: 1024px) { + .hero-main .hero-body { + background: linear-gradient( + to bottom, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0.6) + ); + padding-bottom: 40px; + } +} + .hero-main .subtitle { color: #1whitb1b1b; font-size: 20px; @@ -515,7 +526,7 @@ p.stickers { font-style: normal; font-weight: 400; font-display: swap; - src: local("Inter-Regular"), url(/assets/inter/Inter-Regular-c342b1b7f7d19be1429fef29bf3af6d9e8c3e21aba846e082cdee1db8a530c83.woff2) format("woff2"), url(/assets/inter/Inter-Regular-b825f1bc25dee8a67cf5a2c461410c2c755bca29b9297c8f930fe4486ba35dd3.woff) format("woff") + src: local("Inter-Regular"), url(files/Inter-Regular.woff2) format("woff2"), url(files/Inter-Regular.woff) format("woff") } @font-face { @@ -523,5 +534,5 @@ p.stickers { font-style: normal; font-weight: 800; font-display: swap; - src: local("Inter-ExtraBold"), url(/assets/inter/Inter-ExtraBold-74e72c6bbb7844899343c4783be9b4510e32951636acde44d5b4725e2132ea03.woff2) format("woff2"), url(/assets/inter/Inter-ExtraBold-585b4ce19c2d757e2f9f6925a280650188bd2a49e7613f687dabdb15543e17eb.woff) format("woff") + src: local("Inter-ExtraBold"), url(files/Inter-ExtraBold.woff2) format("woff2"), url(files/Inter-ExtraBold.woff) format("woff") } \ No newline at end of file