aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/+layout.svelte8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 2f0f6140..738c81f7 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -110,10 +110,6 @@
width: 100%;
}
- #separator {
- display: none;
- }
-
@media (max-width: 640px) {
#hover-header {
opacity: 1;
@@ -121,10 +117,6 @@
padding: 0;
/* font-size: 5vw; */
}
-
- #separator {
- display: block;
- }
}
#hover-header:hover {