Fix page layout
This commit is contained in:
parent
b9a2473d19
commit
f15ee439a9
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.pttButton {
|
.pttButton {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
max-height: 232px;
|
max-height: 232px;
|
||||||
max-width: 232px;
|
max-width: 232px;
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
.talkingInfo {
|
.talkingInfo {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
Loading…
Reference in a new issue