Move global styles to layout

This commit is contained in:
2021-04-28 12:22:44 +02:00
parent 1c02d65020
commit 40eae4a8a5
8 changed files with 456 additions and 66 deletions

View File

@ -32,11 +32,12 @@
<Footer {latestPosts} />
</div>
<style>
<style global>
@import '../styles/global.module.less';
.app-content {
display: grid;
grid-template-rows: auto 1fr auto;
background: #f2f6f6;
min-height: 100vh;
}