Added new style rule which sets left & right margins for 'Figure' elements to 0px (currently 40px via normalize.css) because margin is causing extra wide images (i.e. 1200px) to overflow the content area.

This commit is contained in:
Chris Schmieder 2016-02-07 20:57:58 -05:00
parent 4cda33a52e
commit 592201e885
1 changed files with 4 additions and 0 deletions

View File

@ -411,6 +411,10 @@ img {
max-width: 100%; /* Adhere to container width. */
}
figure {
margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
margin: 0 0 1.5em;
width: 100%;