From 2e082daf02a6ae1c5dd1b0178fefb908773be577 Mon Sep 17 00:00:00 2001 From: Eugene Lifescale Date: Sun, 27 Sep 2015 03:17:35 +0300 Subject: [PATCH 1/2] The secret key goes beyond the end of the modal I was decreased it size to 80% --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fdacda5..84beee5 100644 --- a/css/style.css +++ b/css/style.css @@ -659,7 +659,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { margin-top: 8px; color: black; font-weight: bold; - font-size: 110%; + font-size: 80%; } .modal-wrapper.following-modal h2 { display: none; From f92e8384d699cd2afb28b2b70775df8aaeb3b93a Mon Sep 17 00:00:00 2001 From: Eugene Lifescale Date: Sun, 27 Sep 2015 03:22:09 +0300 Subject: [PATCH 2/2] The secret key goes beyond the end of the modal I was decreased it size to 80% --- sass/layout/_modal.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/layout/_modal.sass b/sass/layout/_modal.sass index d80db79..9c2dc4b 100644 --- a/sass/layout/_modal.sass +++ b/sass/layout/_modal.sass @@ -44,7 +44,7 @@ $header-modal-height : $menu-height margin-top: 8px color: rgba(0.5, 0, 0, 1) font-weight: bold - font-size: 110% + font-size: 80% // FOLOWING MODAL //