10 lines
125 B
SCSS
10 lines
125 B
SCSS
.header {
|
|
text-align: center;
|
|
}
|
|
|
|
.message {
|
|
margin-bottom: 1.625rem;
|
|
color: var(--color-text);
|
|
text-align: center;
|
|
}
|