minor alignment change
This commit is contained in:
parent
78cc7f0990
commit
cc5bc0f28a
1 changed files with 5 additions and 0 deletions
|
@ -257,6 +257,11 @@ footer {
|
||||||
/*width:100%;*/
|
/*width:100%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p, ul, ol {
|
||||||
|
/*need to take up full width for alignment reasons*/
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
/* we really want to make sure this doesn't stick around when colors load in regardless of when/how colors get loaded in*/
|
/* we really want to make sure this doesn't stick around when colors load in regardless of when/how colors get loaded in*/
|
||||||
@layer pre-load{
|
@layer pre-load{
|
||||||
|
|
Loading…
Reference in a new issue