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 @@
-
+