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