aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/header/header.less
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/header/header.less')
-rw-r--r--src/components/header/header.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/header/header.less b/src/components/header/header.less
new file mode 100644
index 0000000..13ac353
--- /dev/null
+++ b/src/components/header/header.less
@@ -0,0 +1,9 @@
+@import "../../style.less";
+
+header h1 {
+ font-size: 5rem;
+ font-weight: 300;
+ @media screen and (max-width: @mobile-width) {
+ font-size: 3rem;
+ }
+} \ No newline at end of file