Fixng last bug on mobile about page
This commit is contained in:
parent
e3699447a2
commit
ebe22ea7c7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
// Preview blocks used in the apps main page.
|
// Preview blocks used in the apps main page.
|
||||||
.block-preview {
|
.block-preview {
|
||||||
box-shadow: 0px 0px 2px 0px #000000;
|
box-shadow: 0px 0px 2px 0px #000000;
|
||||||
width: Min(25em, calc(100vw - 2em));
|
width: Min(25em, calc(100vw - 3em));
|
||||||
height: 20em;
|
height: 20em;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in a new issue