From d37b398e79cbb5c107b521d88b45e3555643b0c9 Mon Sep 17 00:00:00 2001 From: Nilesh Deepak Date: Wed, 12 Jul 2017 13:52:21 +0530 Subject: [PATCH] Updates styles. --- resources/assets/sass/styles.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/assets/sass/styles.scss b/resources/assets/sass/styles.scss index 67ff3fa0a..a16aff60d 100644 --- a/resources/assets/sass/styles.scss +++ b/resources/assets/sass/styles.scss @@ -277,14 +277,11 @@ $btt-size: 40px; .gallery-item { - width: 22%; - padding: 5px; - float: left; + margin-bottom: 32px; height: 330px; - margin: 2% 1% 2% 1%; overflow: hidden; border: 1px solid #9e9e9e; - h3 { + h4 { font-size: 1.2em; text-align: center; } @@ -293,12 +290,15 @@ $btt-size: 40px; text-align: center; padding: 0px 12px; } - img { - height: 192px; - width: 120px; - margin-top: 5%; - } &.collapse { height: 130px; } +} + +.gallery-image { + margin-top: 5%; + text-align: center; + img { + border-radius: 3px; + } } \ No newline at end of file