fix(styling): refactor out methods correctly

This commit is contained in:
Barrett Ruth 2024-06-15 17:29:22 -05:00
parent f5637b9297
commit 4a558df078
2 changed files with 15 additions and 15 deletions

View file

@ -35,21 +35,6 @@ body {
height: 100%;
}
header,
footer {
font-size: 1.5em;
display: flex;
padding: 20px;
align-items: center;
}
header {
justify-content: space-between;
}
footer {
justify-content: flex-end;
}
.graph {
background-image: linear-gradient(
to right,

View file

@ -4,6 +4,21 @@ body {
flex-direction: column;
}
header,
footer {
font-size: 1.5em;
display: flex;
padding: 20px;
align-items: center;
}
header {
justify-content: space-between;
}
footer {
justify-content: flex-end;
}
.main {
flex: 1;
display: flex;