Skip to content

Commit cf3a629

Browse files
committed
spacing above contact
1 parent 8d45c7c commit cf3a629

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/sections/contact.svelte

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
</script>
1919

20+
<div class="spacer"></div>
2021
<div id="content" use:scrollRef={refs.contact}>
2122
<h1 class="header" id="header">{$_('contact.title')}</h1>
2223
<!-- <p id="more_channels">More channels coming soon..</p> -->
@@ -56,6 +57,10 @@
5657
</div>
5758

5859
<style lang="scss">
60+
61+
.spacer {
62+
height: 30vh;
63+
}
5964
h1 , h2, #more_channels, #impressum_body, #content {
6065
padding: $std-margin;
6166
}

0 commit comments

Comments
 (0)