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

@ -1,8 +1,4 @@
.header {
height: 100px;
}
.name {
.title {
display: flex;
flex-direction: row;
align-items: center;
@ -10,12 +6,14 @@
font-size: 24px;
font-weight: 700;
overflow: hidden;
height: 100px;
}
.body {
.info {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
gap: 30px;
min-height: 0;
}