further styling updates

This commit is contained in:
Chester Bak 2024-07-23 09:45:21 +07:00
parent 27e0ed4529
commit a132feec01

View File

@ -8,8 +8,6 @@ body {
.user { .user {
width: 10%; width: 10%;
justify-content:left; justify-content:left;
background-color:#ccc;
box-sizing:border-box;
} }
p.user { p.user {
margin:0; margin:0;
@ -18,6 +16,8 @@ p.user {
.header { .header {
display: flex; display: flex;
width: 100%; width: 100%;
background-color:#ccc;
box-sizing:border-box;
} }
.account { .account {
width: 10%; width: 10%;