Limit padding-top on h5 to footer descendants

related-to: https://dip.torproject.org/web/manual/issues/4
This commit is contained in:
RotationMatrix 2019-09-11 09:43:16 -04:00
parent 263d35c4d7
commit 41b831a5d1
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
min-height: 500px;
margin-bottom: 200px;
}
#topics h5{
#topics footer h5{
padding-top: 7rem;
}
.question {

View File

@ -87,7 +87,7 @@
margin-bottom: 200px;
}
#topics h5{
#topics footer h5{
padding-top: 7rem;
}