aboutsummaryrefslogtreecommitdiff
path: root/assets/styles/components/hero.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/styles/components/hero.scss')
-rw-r--r--assets/styles/components/hero.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/styles/components/hero.scss b/assets/styles/components/hero.scss
new file mode 100644
index 0000000..db99439
--- /dev/null
+++ b/assets/styles/components/hero.scss
@@ -0,0 +1,19 @@
+.hero {
+ height: 100vh;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.hero h1 {
+ font-weight: lighter;
+ text-align: center;
+ letter-spacing: -2px;
+ line-height: 58px;
+}
+
+@media(max-width: 768px) {
+ .header h1 {
+ font-size: 26px;
+ }
+}