Fix bigbox on smallscreens

This commit is contained in:
Starbeamrainbowlabs 2021-06-21 16:23:35 +01:00
parent e5fe220698
commit e12114ffcd
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ footer {
background: content-box linear-gradient(var(--bg-transcluscent), var(--bg-transcluscent)),
var(--bg) center / cover;
height: 80vh;
height: max(30em, 80vh);
padding: 0 5em 0 5em;
box-sizing: border-box;
}
@ -281,7 +281,7 @@ footer {
.features-item.wide {
flex: 1;
max-width: initial;
margin: 0.1em 2em;
margin: 0.5em 2em;
display: flex;
flex-direction: column;
justify-content: flex-start;