Add missing pages

This commit is contained in:
Augusto Gunsch
2022-03-30 10:38:28 -03:00
parent fe72624378
commit 511e17502f
4 changed files with 43 additions and 4 deletions

View File

@@ -150,7 +150,7 @@
@media only screen and (min-width: 768px) {
#quote {
max-width: 60%;
max-width: 50%;
}
}

View File

@@ -11,27 +11,42 @@
text-align: justify;
}
#content .scroll {
display: inline-block;
overflow-x: auto;
max-width: 100%;
}
#content .scroll img {
height: 1em;
}
@media only screen and (max-width: 600px) {
#content {
max-width: 90%;
width: auto;
}
#wrapper {
padding-top: 0;
}
}
@media only screen and (min-width: 600px) {
#content {
max-width: 80%;
width: 80%;
}
}
@media only screen and (min-width: 768px) {
#content {
max-width: 70%;
width: 70%;
}
}
@media only screen and (min-width: 992px) {
#content {
max-width: 60%;
width: 61%;
}
}