Compare commits

..

No commits in common. "7906f18258975657f9a1a9bf41751cdd24c4b7cb" and "809a77ad23823022b78b5c97c67150f361436b24" have entirely different histories.

View file

@ -90,13 +90,16 @@ a:visited {
}
#pagewrap {
max-width: 800px;
padding: 0 2%;
width: 800px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 800px) {
#pagewrap {
width: 95%;
}
p, ul {
font-size: 20px;
}