14 lines
187 B
CSS
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;
|
|
}
|
|
}
|