Getting somewhere

This commit is contained in:
Lani Aung
2021-10-10 17:15:45 -06:00
parent e09f00945b
commit 738b3c6d35
19 changed files with 594 additions and 88 deletions
+31 -3
View File
@@ -6,7 +6,9 @@ $fxl-orange: #ff6e40;
$on-primary: $fxl-gray
);
@use "@material/button/styles";
@use "@material/icon-button/icon-button";
@use "@material/linear-progress";
@use "@material/top-app-bar/mdc-top-app-bar";
@use "@material/typography/mdc-typography";
@@ -18,17 +20,43 @@ html, body {
body {
@include icon-button.core-styles;
display: flex;
flex-direction: column;
main {
display: flex;
flex: 1;
flex-direction: column;
header {
ul {
align-content: center;
display: flex;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
li {
margin: 0 0.25em;
}
}
}
article {
display: flex;
flex: 1;
text-align: center;
canvas {
margin: 2em auto;
}
}
}
footer {
background-color: $fxl-orange;
font-size: smaller;
text-align: center;
}