diff --git a/index.html b/index.html
index 759a275..0b195ca 100644
--- a/index.html
+++ b/index.html
@@ -18,6 +18,11 @@
background-color: #c4c1a0;
margin: 16px 0;
}
+
+ .standalone {
+ position: fixed;
+ width: 100%;
+ }
diff --git a/js/components/css/Header.module.scss b/js/components/css/Header.module.scss
index b751e0a..12fa3ec 100644
--- a/js/components/css/Header.module.scss
+++ b/js/components/css/Header.module.scss
@@ -9,6 +9,12 @@
}
}
+.standalone {
+ .header {
+ display: none;
+ }
+}
+
.header img {
border: none;
}