serlo / athene2

Moved to https://github.com/serlo/serlo.org monorepo
https://github.com/serlo/serlo.org/tree/master/packages/public/server
Apache License 2.0
19 stars 18 forks source link

design bug with footer height #869

Closed simonkoehl closed 5 years ago

simonkoehl commented 5 years ago

I added an additional footer item. That led to white space below "Spenden/Mitmachen" at the right bottom: https://de.serlo.org/partner

elbotho commented 5 years ago

won't be a problem in the new layout, can be fixed with increasing the min-height on #mission-statement-claim:

@media (min-width: 1240px)
#footer #mission-statement #mission-statement-claim {
    padding: 62px 50px 28px;
    min-height: 320px;
}