9 lines
132 B
CSS
9 lines
132 B
CSS
|
|
.maintenance{
|
||
|
|
padding: 15px;
|
||
|
|
padding-top: 25px;
|
||
|
|
}
|
||
|
|
.maintenance p{
|
||
|
|
font-weight: normal;
|
||
|
|
width: 70%;
|
||
|
|
float: left;
|
||
|
|
}
|