[a] progress

This commit is contained in:
Sangelo 2023-11-14 08:52:27 +01:00
parent 97a6e003f1
commit f1528aa6f9
2 changed files with 66 additions and 65 deletions

View file

@ -25,6 +25,7 @@
function openWebsite(url: string) {
goto(url);
}
</script>
<div id="projects" class="section">
@ -64,8 +65,9 @@
</svg>
<h1 class="no-select">Projects</h1>
</header>
<content />
</div>
<style lang='scss'>
<style lang="scss">
@import '../styles/projects.scss';
</style>

View file

@ -8,7 +8,6 @@
align-items: flex-start;
text-align: center;
flex-direction: column;
}
#projects {
@ -37,5 +36,5 @@
margin-left: 6em;
}
@import "./mobile/projects.scss";
@import './mobile/projects.scss';
}