9 lines
140 B
SCSS
9 lines
140 B
SCSS
.empty {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
h2 {
|
|
font-family: var(--font-details);
|
|
}
|
|
} |