Files
drmaterac.pl/calculate/css/style.css
2025-03-21 20:24:43 +01:00

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%;
}
}