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 {
|
#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;
|
||||||
|
|
Loading…
Reference in a new issue