@@ -434,6 +434,7 @@
display: flex;
flex-direction: column;
width: 100%;
+ min-height: 100vh;
background-size: contain;
&-header {
@@ -623,7 +624,8 @@
flex: 1;
box-sizing: border-box;
height: 100%;
- min-width: 968Px;
+ // min-width: 968Px;
+ width: 100%;
justify-content: center;
align-items: center;
@@ -635,7 +637,8 @@
overflow: hidden;
- min-height: 640Px;
+ // min-height: 640Px;
+ height: 100%;
border-radius: 12Px;
@@ -728,6 +731,7 @@
&-main {
.conversation {
min-width: 300Px;
@@ -25,8 +25,8 @@ a:hover {
body {
margin: 0;
- display: flex;
- place-items: center;
+ /* display: flex;
+ place-items: center; */
min-width: 320px;
min-height: 100vh;
}