Fix logo on small screens
All checks were successful
Deploy / build-and-publish (push) Successful in 1m8s
Deploy / deploy (push) Successful in 12s

This commit is contained in:
2024-09-28 23:08:52 +03:00
parent 567dc7c377
commit 47f367c96b
5 changed files with 62 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
import About from "./About.svelte";
import Projects from "./Projects/Projects.svelte";
import Footer from "./Footer.svelte";
// import ContactForm from "./ContactForm/ContactForm.svelte";
export let data;
</script>
@@ -13,5 +14,6 @@
<Hero starCount={data.starCount}></Hero>
<About></About>
<Projects></Projects>
<!-- <ContactForm></ContactForm>-->
<Footer></Footer>
</main>