8 lines
137 B
SCSS
8 lines
137 B
SCSS
.message {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 10%;
|
|
} |