|
|
|
@ -90,12 +90,12 @@ pre,code {
|
|
|
|
|
grid-area: 2 / 1 / 3 / 2;
|
|
|
|
|
min-height: 60vh;
|
|
|
|
|
min-width: 50vw;
|
|
|
|
|
margin-bottom: 15em;
|
|
|
|
|
margin-bottom: 33%;
|
|
|
|
|
}
|
|
|
|
|
.footer-grid {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 100vw;/*minmax(113px,12.515625em);/*12.515625em;*/
|
|
|
|
|
grid-template-rows: 76% 24%/*9.515625em 3em;*/
|
|
|
|
|
grid-template-columns: 100vw;
|
|
|
|
|
grid-template-rows: 76% 24%
|
|
|
|
|
grid-column-gap: 0px;
|
|
|
|
|
grid-row-gap: 0px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|