Update preview button layout

This commit is contained in:
kaBeech
2023-03-18 16:18:32 -07:00
parent bf9ae5904e
commit b55cb5239f
2 changed files with 26 additions and 6 deletions

View File

@@ -36,6 +36,10 @@
display: flex;
justify-content: space-evenly;
}
#previewButtons {
display: flex;
justify-content: center;
}
}
body {
@@ -95,6 +99,14 @@ button {
color: rgb(0, 188, 138);
}
.flex {
display: flex;
}
.column {
flex-direction: column;
}
.selected {
background-color: #464646;
color: #d4d4d4;