Don't center content in call ended screen
This commit is contained in:
parent
6032f6ba44
commit
fddc8a1209
2 changed files with 11 additions and 2 deletions
|
|
@ -46,7 +46,6 @@ limitations under the License.
|
|||
flex: 1;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
@ -70,4 +69,8 @@ limitations under the License.
|
|||
.container {
|
||||
min-height: calc(100% - 76px);
|
||||
}
|
||||
|
||||
.main {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue