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 {
|
.main {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
max-width: 100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
.main {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue