Skip to content

Commit

Permalink
move style to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyskal committed Oct 23, 2023
1 parent 2c5472f commit 4fdf7cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@
<div id="app"></div>
</body>
</html>

<style>
#app {
display: flex;
flex-direction: column;
min-height: 100vh;
}
</style>
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ html {
src: url(./assets/fonts/play/Play-Bold.ttf);
}

#app {
display: flex;
flex-direction: column;
min-height: 100vh;
}

0 comments on commit 4fdf7cd

Please sign in to comment.