Edit section style
This commit is contained in:
parent
12da502e99
commit
a0d337708e
6 changed files with 13 additions and 13 deletions
|
@ -61,10 +61,12 @@
|
|||
|
||||
main {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.error {
|
||||
@include hero-section;
|
||||
@include large-section;
|
||||
display: grid;
|
||||
grid:
|
||||
'title' minmax(var(--h1-font-height), auto)
|
||||
|
|
|
@ -104,7 +104,6 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.contact-form {
|
||||
max-width: var(--content-max-width);
|
||||
display: grid;
|
||||
grid:
|
||||
'name name' auto
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.contact-header {
|
||||
max-width: var(--content-max-width);
|
||||
display: grid;
|
||||
place-content: start;
|
||||
place-items: start;
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.hero {
|
||||
@include hero-section;
|
||||
@include large-section;
|
||||
height: 100vh;
|
||||
height: 100svh;
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue