footer置底

This commit is contained in:
禺狨 2023-03-29 10:09:18 +08:00
parent 1ef85a71e8
commit 0c2dbdb5a2

View File

@ -133,7 +133,7 @@
gap: 24px;
grid-template-columns: repeat(3, minmax(0, 1fr));
position: relative;
min-height: 301px;
min-height: calc(100vh - 630px);
}
.extra {