fix(styling): refactor out methods correctly
This commit is contained in:
parent
f5637b9297
commit
4a558df078
2 changed files with 15 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue