mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
update templates
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
html, body {
|
||||
min-height: 100%;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
html {
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
height: auto;
|
||||
}
|
||||
{% include "layout-templates/reset.css" %}
|
||||
|
||||
main {
|
||||
min-height: 100%;
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
{% include "layout-templates/reset.css" %}
|
||||
|
||||
.grid {
|
||||
font-size: 1.35rem;
|
||||
|
||||
@@ -1,9 +1,2 @@
|
||||
html {
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
{% include "layout-templates/reset.css" %}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
6
docs/_includes/layout-templates/reset.css
Normal file
6
docs/_includes/layout-templates/reset.css
Normal file
@@ -0,0 +1,6 @@
|
||||
html, body {
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -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 > * + * {
|
||||
|
||||
@@ -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
2
package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user