Compare commits
No commits in common. "500c83ce4fc59e21890e3af8d0335b55a9de1830" and "9d52297ae65558237bbd8f87a664e64a660eafd4" have entirely different histories.
500c83ce4f
...
9d52297ae6
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue