Fixed css issue

This commit is contained in:
thepaperpilot 2021-05-18 22:00:43 -05:00
parent 94ef3283bf
commit 8de80fb698

View file

@ -279,7 +279,7 @@ button.accordion:focus {
#babble { #babble {
position: absolute; position: absolute;
z-index: 3; z-index: 3;
transition: opacity .5s ease; transition: opacity .5s ease;
font-size: xx-large; font-size: xx-large;
color: white; color: white;
} }
@ -314,6 +314,10 @@ button.accordion:focus {
margin-top: 0; margin-top: 0;
} }
.head + .card {
margin-top: 150px !important;
}
.section h1 { .section h1 {
color: white; color: white;
text-align: center; text-align: center;