Updated language. Fixed CSS.

This commit is contained in:
Mike Cao 2024-06-15 22:48:14 -07:00
parent 2eed78783e
commit 263e92c888
3 changed files with 62 additions and 60 deletions

View file

@ -19,6 +19,7 @@
flex-wrap: nowrap;
overflow: auto;
gap: 100px;
padding-right: 20px;
}
.header {
@ -89,6 +90,7 @@
align-items: center;
justify-content: space-between;
min-width: 300px;
max-width: 300px;
min-height: 60px;
}