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