made padding-left universal

This commit is contained in:
iou1name 2019-04-24 13:11:27 -04:00
parent aec11e8e19
commit 6c7e0585b3
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@ h3 {
margin-right: auto;
}
#content {
padding-left: 0;
}
#questPane {
float: left;
box-sizing: border-box;

View File

@ -100,4 +100,5 @@ a:hover {
flex: auto;
overflow: auto;
overflow-wrap: break-word;
padding-left: 5%;
}