CSS should FINALLY FUNCTION

This commit is contained in:
Paul Liverman III 2018-05-01 17:35:00 -07:00
parent f25b20c87b
commit ddf8830c2c
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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;