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