From 5a14bfb98c82f31561bd3bc138ef817bfa450157 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 15 Mar 2016 12:55:19 -0400 Subject: [PATCH] Add .full image class for spanning the entire content container --- _assets/css/_utilities.scss | 5 +++++ _includes/gallery | 2 +- _posts/2010-08-05-post-image-standard.md | 20 +++++++++++++++++++- _posts/2010-09-09-post-gallery.md | 4 ++-- assets/css/main.css | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/_assets/css/_utilities.scss b/_assets/css/_utilities.scss index d242c20a..ae03d862 100644 --- a/_assets/css/_utilities.scss +++ b/_assets/css/_utilities.scss @@ -128,6 +128,11 @@ body:hover .visually-hidden button { } } +/* file page content container */ + +.full { + max-width: 100% !important; +} /* Icons diff --git a/_includes/gallery b/_includes/gallery index 4f1f77b2..9530f3b3 100644 --- a/_includes/gallery +++ b/_includes/gallery @@ -16,7 +16,7 @@ {% assign gallery-layout = '' %} {% endif %} -