12 lines
222 B
CSS
12 lines
222 B
CSS
.h1-home h1{
|
|
font-size: 20px;
|
|
font-family: "Roboto";
|
|
color: #485b6d;
|
|
line-height: 1.3;
|
|
text-align: center;
|
|
padding: 40px 20px;
|
|
max-width: 620px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|