Files
lootakalenteri-frontend/app/page.module.css
2025-06-18 21:53:58 +03:00

22 lines
362 B
CSS

.page {
margin-top: 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: var(--font-main);
}
.title {
font-weight: 600;
line-height: 1.2;
text-align: center;
}
.companyName {
font-size: 32px;
font-weight: 600;
line-height: 1.2;
text-align: center;
font-family: var(--font-extra);
}