made padding-left universal
This commit is contained in:
parent
aec11e8e19
commit
6c7e0585b3
|
@ -18,6 +18,9 @@ h3 {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-left: 0;
|
||||
}
|
||||
#questPane {
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -100,4 +100,5 @@ a:hover {
|
|||
flex: auto;
|
||||
overflow: auto;
|
||||
overflow-wrap: break-word;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user