19 lines
No EOL
370 B
CSS
19 lines
No EOL
370 B
CSS
.CurrentMood {
|
|
background: var(--clr-current-light);
|
|
color: var(--clr-current-dark);
|
|
height: 60dvh;
|
|
padding: 2rem .5rem;
|
|
font-family: 'Delius', sans-serif;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
& .icon {
|
|
font-size: 14rem;
|
|
}
|
|
|
|
& h1 {
|
|
font-size: 1.5rem;
|
|
}
|
|
} |