Finessing display on index and instruction pages

This commit is contained in:
Vivek Santayana 2021-12-01 00:48:05 +00:00
parent 516200d881
commit e2a9d79484

View File

@ -9,6 +9,15 @@ body {
width: 100%;
}
.button-container {
margin: 2rem auto;
width: fit-content;
}
.instruction-container {
margin: 2rem auto;
}
.site-footer {
background-color: lightgray;
font-size: small;