mirror of
https://github.com/dtinth/comic-mono-font.git
synced 2026-02-21 22:43:59 +00:00
Update preview button layout
This commit is contained in:
12
style.css
12
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user