Fixed css issue
This commit is contained in:
parent
94ef3283bf
commit
8de80fb698
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue