[a] progress
This commit is contained in:
parent
97a6e003f1
commit
f1528aa6f9
2 changed files with 66 additions and 65 deletions
|
@ -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>
|
|
@ -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';
|
||||
}
|
Loading…
Reference in a new issue