forked from ctmesh/web
fixes
This commit is contained in:
@ -77,8 +77,8 @@
|
||||
background-color: #EBEBEB;
|
||||
border-radius: 30px;
|
||||
padding: 3em 3em 2em 3em;
|
||||
margin: 2em;
|
||||
width: min(100%, 700px);
|
||||
margin: 1em;
|
||||
width: 90%;
|
||||
max-width: 700px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
color: #000000;
|
||||
@ -252,9 +252,7 @@
|
||||
padding-top: calc(env(safe-area-inset-top, 1em));
|
||||
}
|
||||
.splash-box {
|
||||
margin: 1em;
|
||||
padding: 2em;
|
||||
width: 90%;
|
||||
}
|
||||
.top-section {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user