Initial expanded view in details.

This commit is contained in:
Mike Cao 2020-08-09 03:04:48 -07:00
parent b392a51676
commit f535dca7b9
14 changed files with 108 additions and 39 deletions

View file

@ -1,6 +1,6 @@
.container {
position: relative;
min-height: 430px;
min-height: 460px;
font-size: var(--font-size-small);
padding: 20px 0;
display: flex;
@ -90,6 +90,11 @@
transform: translate(-50%, -50%);
}
.footer {
display: flex;
justify-content: center;
}
@media only screen and (max-width: 992px) {
.container {
min-height: auto;