Compare commits

..

No commits in common. "500c83ce4fc59e21890e3af8d0335b55a9de1830" and "9d52297ae65558237bbd8f87a664e64a660eafd4" have entirely different histories.

View file

@ -84,13 +84,16 @@ a {
}
#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;
}