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