feat: added styling

This commit is contained in:
Smigz 2025-06-14 20:54:36 -04:00
parent 8be819bf91
commit 5ab9f0b2c2
7 changed files with 34 additions and 22 deletions

View file

@ -141,8 +141,17 @@ input[type='file']:focus::file-selector-button {
main {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
main > div {
width: 100%;
}
aside {
min-width: 250px;
padding: 1em;
}
.flex {
display: flex;
@ -153,5 +162,9 @@ main {
grid-template-columns: 1fr 1fr 1fr;
}
.app {
height: 100%;
}
@media screen and (max-width: 600px) {
}