|
@@ -44,8 +44,10 @@ body {
|
|
|
height: 100dvh;
|
|
|
display: grid;
|
|
|
grid-template-columns: 1fr;
|
|
|
- grid-template-rows: minmax(50px, 1fr) 25fr minmax(50px, 1fr);
|
|
|
- grid-template-areas: "header" "main" "footer";
|
|
|
+ /*grid-template-rows: minmax(50px, 1fr) 25fr minmax(50px, 1fr);*/
|
|
|
+ grid-template-rows: minmax(50px, 1fr) 25fr;
|
|
|
+ /*grid-template-areas: "header" "main" "footer";*/
|
|
|
+ grid-template-areas: "header" "main";
|
|
|
color: var(--color-content-text);
|
|
|
}
|
|
|
|
|
@@ -91,7 +93,6 @@ footer {
|
|
|
|
|
|
footer section {
|
|
|
justify-self: center;
|
|
|
- max-width: var(--mw);
|
|
|
width: 100%;
|
|
|
background-color: var(--color-content-background);
|
|
|
}
|