mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-21 23:13:00 +00:00
Fix bigbox on smallscreens
This commit is contained in:
parent
e5fe220698
commit
e12114ffcd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue