Responsive updates.

This commit is contained in:
Mike Cao 2023-04-09 20:22:28 -07:00
parent 53b23420a4
commit 94ed67e339
20 changed files with 100 additions and 77 deletions

View file

@ -5,7 +5,7 @@
align-content: center;
align-self: stretch;
margin-bottom: 40px;
height: 50px;
flex-wrap: wrap;
}
.header a {
@ -22,4 +22,10 @@
font-size: 24px;
font-weight: 700;
gap: 20px;
line-height: 50px;
}
.xs .actions,
.sm .actions {
flex-basis: 100%;
}