Bladeren bron

lots of things

S1monlol 1 jaar geleden
bovenliggende
commit
21e7ea0290
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      src/components/projects.astro
  2. 1 1
      src/components/projects/notion.astro

+ 1 - 1
src/components/projects.astro

@@ -9,7 +9,7 @@ console.log(projects);
 <div
 	class="window"
 	id="projects"
-	style="width: 70%; height: 45%; position: absolute; left: 15%; top: 22%;"
+	style="width: 70%; height: 45%; position: absolute; left: 15%; top: 22%; display: none;"
 >
 	<div id="projectsheader" class="title-bar">
 		<div class="title-bar-text">Projects</div>

+ 1 - 1
src/components/projects/notion.astro

@@ -1,7 +1,7 @@
 <div
 	id="notion"
 	class="window projectwindow"
-	style="width: 50%; position: absolute; left: 10%; top: 55%; display: none; max-height: 620px; min-width: 400px;"
+	style="width: 50%; position: absolute; left: 10%; top: 10%; display: none; max-height: 620px; min-width: 400px;"
 >
 	<div id="notionheader" class="title-bar">
 		<div class="title-bar-text">Notion Canvas</div>