Better styling
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
d502a7f911
commit
a23e2c361a
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
.RoomInfo{
|
.RoomInfo{
|
||||||
grid-area: right;
|
grid-area: right;
|
||||||
background : rgba(245, 245, 245, 0.90);
|
background : rgba(245, 245, 245, 0.90);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue