CSS should FINALLY FUNCTION
This commit is contained in:
parent
f25b20c87b
commit
ddf8830c2c
@ -12,7 +12,8 @@
|
||||
<style>
|
||||
.btns {
|
||||
display: flex !important;
|
||||
/* align-items: center; */
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.btns > a {
|
||||
margin: 1rem;
|
||||
|
@ -24,6 +24,7 @@ h1 {
|
||||
.btns {
|
||||
display: flex !important;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.btns > a {
|
||||
margin: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user