update templates

This commit is contained in:
konnorrogers
2023-11-03 14:37:09 -04:00
parent 69b58ef989
commit a672be8d6b
9 changed files with 14 additions and 41 deletions

View File

@@ -54,7 +54,7 @@
html, body {
min-height: 100%;
padding: 0;
height: 100%;
margin: 0;
}

View File

@@ -1,12 +1,4 @@
html {
min-height: 100%;
height: auto;
}
body {
padding: 0;
height: auto;
}
{% include "layout-templates/reset.css" %}
.grid {
font-size: 1.35rem;

View File

@@ -1,12 +1,4 @@
html {
min-height: 100%;
height: auto;
}
body {
padding: 0;
height: auto;
}
{% include "layout-templates/reset.css" %}
main {
min-height: 100%;

View File

@@ -1,6 +1,4 @@
body {
padding: 0;
}
{% include "layout-templates/reset.css" %}
.grid {
font-size: 1.35rem;

View File

@@ -1,9 +1,2 @@
html {
min-height: 100%;
height: auto;
}
{% include "layout-templates/reset.css" %}
body {
padding: 0;
height: auto;
}

View File

@@ -0,0 +1,6 @@
html, body {
min-height: 100%;
height: 100%;
padding: 0;
margin: 0;
}

View File

@@ -1,13 +1,4 @@
html {
min-height: 100%;
height: auto;
}
body {
padding: 0 !important;
height: auto;
margin: 0;
}
{% include "layout-templates/reset.css" %}
/** https://andy-bell.co.uk/my-favourite-3-lines-of-css/ */
.flow > * + * {

View File

@@ -51,6 +51,7 @@ When using `<wa-layout>`, make sure to zero out all paddings and margins on `<ht
html,
body {
min-height: 100%;
height: 100%;
padding: 0;
margin: 0;
}

2
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"command-line-args": "^5.2.1",
"comment-parser": "^1.4.0",
"cspell": "^6.18.1",
"custom-element-jet-brains-integration": "^1.4.0",
"custom-element-jet-brains-integration": "^1.2.1",
"custom-element-vs-code-integration": "^1.2.1",
"del": "^7.1.0",
"download": "^8.0.0",