Make this site responsive again
This commit is contained in:
parent
82343ec0e6
commit
7932d564b2
1 changed files with 6 additions and 1 deletions
7
app.css
7
app.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue