24 lines
No EOL
475 B
Text
24 lines
No EOL
475 B
Text
/** Maintenance
|
|
**************************************************************** **/
|
|
.maintenance {
|
|
padding: 20px;
|
|
margin-top: 10%;
|
|
background-color: rgba(0,0,0,0.05);
|
|
font-family:'Open Sans';
|
|
font-size:14px;
|
|
line-height:23px;
|
|
text-align: center;
|
|
font-weight:300;
|
|
}
|
|
.maintenance h1 {
|
|
font-size:50px;
|
|
line-height:50px;
|
|
font-weight:300;
|
|
margin-bottom:6px;
|
|
}
|
|
@media only screen and (max-width: 480px) {
|
|
.maintenance h1 {
|
|
font-size:40px;
|
|
line-height:40px;
|
|
}
|
|
} |