updated block background css to center background images by default

This commit is contained in:
David 2015-08-18 17:48:24 -07:00
parent b8f09fe55c
commit 97b58d15c1

View File

@ -86,6 +86,8 @@ blocks
padding-top: 3em; padding-top: 3em;
padding-bottom: 3em; padding-bottom: 3em;
width: 100%; width: 100%;
background-size: cover;
background-position: center center;
} }
/* ===================================================================================================================== /* =====================================================================================================================