mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 03:19:32 +00:00
moved index.html to project root
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
|
||||
<script
|
||||
@@ -31,10 +31,10 @@
|
||||
@import "scss/main";
|
||||
@import "scss/media-queries";
|
||||
|
||||
#app {
|
||||
#content {
|
||||
display: grid;
|
||||
grid-template-rows: var(--header-size);
|
||||
grid-template-columns: var(--header-size) 1fr;
|
||||
grid-template-columns: var(--header-size) 100%;
|
||||
|
||||
@include mobile {
|
||||
grid-template-columns: 1fr;
|
||||
@@ -58,6 +58,7 @@
|
||||
|
||||
.content {
|
||||
display: grid;
|
||||
width: calc(100% - var(--header-size));
|
||||
grid-column: 2 / 3;
|
||||
grid-row: 2;
|
||||
z-index: 5;
|
||||
|
||||
Reference in New Issue
Block a user