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; 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 //