Files
front/src/components/init/css/initTitle.css
2024-09-21 13:53:46 +03:00

14 lines
187 B
CSS

.initTitle {
font-size: 7vw;
margin: 0;
color: white;
text-align: center;
}
@media only screen and (max-width: 800px) {
.initTitle {
font-size: 8vh;
}
}