added profile section to homepage

This commit is contained in:
2024-03-22 20:25:52 -04:00
parent a7368aec30
commit e211f476a7
15 changed files with 128 additions and 31 deletions

View File

@ -1,7 +1,5 @@
@import "theme.scss";
.dashboard-container {
width: calc(100% - 22rem);
background: green;
height: 100vh;
width: calc(100% - 22rem - 16rem);
}