20 lines
290 B
CSS
20 lines
290 B
CSS
#page {
|
|
width: 670px;
|
|
margin: 0 auto;
|
|
color: #780935;
|
|
background-color: #f7f7f7;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
.footer {
|
|
padding: 10px;
|
|
font-size: 10px;
|
|
color: #780935;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#page, .header {
|
|
width: 100%;
|
|
}
|
|
}
|