mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
feat: added styling
This commit is contained in:
parent
8be819bf91
commit
5ab9f0b2c2
7 changed files with 34 additions and 22 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue