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)),
|
background: content-box linear-gradient(var(--bg-transcluscent), var(--bg-transcluscent)),
|
||||||
var(--bg) center / cover;
|
var(--bg) center / cover;
|
||||||
|
|
||||||
height: 80vh;
|
height: max(30em, 80vh);
|
||||||
padding: 0 5em 0 5em;
|
padding: 0 5em 0 5em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
@ -281,7 +281,7 @@ footer {
|
||||||
.features-item.wide {
|
.features-item.wide {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: initial;
|
max-width: initial;
|
||||||
margin: 0.1em 2em;
|
margin: 0.5em 2em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
Loading…
Reference in a new issue