Katheryne/Frontend/Components/MainLayout.razor.css
2023-11-19 12:55:02 +08:00

11 lines
144 B
CSS

.title-text {
font-size: 2rem;
color: white;
margin: 0;
}
.subtitle-text {
font-size: 0.8rem;
color: grey;
margin: 0;
}