mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 10:19:59 -05:00
fix(homescreen): fixed height
This commit is contained in:
parent
bbe1e0d178
commit
855b3739e6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 95%;
|
height: 100%;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
Loading…
Reference in a new issue