correct css AGAIN WTF
This commit is contained in:
parent
2caebdad70
commit
f25b20c87b
@ -11,7 +11,11 @@
|
||||
|
||||
<style>
|
||||
.btns {
|
||||
justify-content: center;
|
||||
display: flex !important;
|
||||
/* align-items: center; */
|
||||
}
|
||||
.btns > a {
|
||||
margin: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -23,7 +23,7 @@ h1 {
|
||||
|
||||
.btns {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.btns > a {
|
||||
margin: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user