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}