upd init page structure
This commit is contained in:
13
src/components/init/css/initTitle.css
Normal file
13
src/components/init/css/initTitle.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.initTitle {
|
||||
font-size: 7vw;
|
||||
margin: 0;
|
||||
color: white;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.initTitle {
|
||||
font-size: 8vh;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user