commit | 108641376ca5cef12ccb593dd014479b470c6b73 | [log] [tgz] |
---|---|---|
author | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 22:35:45 2017 +0300 |
committer | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 22:35:45 2017 +0300 |
tree | 58336a848759f78397308f0878018132a169c337 | |
parent | bef78a6012ad4df591d38bf1f5d35da7ce6cf9fb [diff] |
CSS: Family name font size fix
diff --git a/css/style.css b/css/style.css index 2ce5b03..bff9d78 100644 --- a/css/style.css +++ b/css/style.css
@@ -412,6 +412,9 @@ .family-header h2 { color: #0080ff; } +#family .about-tools { + font-size: 20px; +} @media (max-height: 880px) { #scrollIcon, #scrollTopIcon {margin-top: 15vh}