Make this site responsive again

This commit is contained in:
Mikołaj Pich 2018-05-09 19:25:57 +02:00
parent 82343ec0e6
commit 7932d564b2

View file

@ -55,10 +55,15 @@ body {
.main {
width: 800px;
max-width: 100%;
text-align: center;
}
@media (max-width: 800px) {
.main {
width: 100%;
}
}
.section {
margin-top: 40px;
}