Fix overflow issues with HP in IE11

This commit is contained in:
Ryan Watters 2017-03-14 12:33:58 -05:00
parent 110f3086ec
commit b87eed3ed8
2 changed files with 2 additions and 1 deletions

View File

@ -258,6 +258,7 @@ ul.animated {
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 100%;
} }
hr, hr,
.hr { .hr {

File diff suppressed because one or more lines are too long