factor out styles
This commit is contained in:
parent
291ba7e678
commit
fbfcac3bb0
2 changed files with 12 additions and 10 deletions
|
|
@ -15,3 +15,13 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.center-button-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.center-button {
|
||||
min-width: 320px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue