diff --git a/website/static/website/css/base.css b/website/static/website/css/base.css index ea84dd06..6e9e0ce0 100644 --- a/website/static/website/css/base.css +++ b/website/static/website/css/base.css @@ -449,7 +449,7 @@ h5 { .makelab-footer-col h1{ text-transform: uppercase; font-weight: bold; - font-size: 14px; + font-size: 16px; margin: 0px; padding: 0px; } @@ -467,6 +467,13 @@ h5 { .makelab-footer-col li.active { font-weight: bold; + +} + +.makelab-footer-col a{ + text-decoration: none; +} +.makelab-footer-col a:hover{ } .makelab-footer-col a:link { @@ -481,6 +488,20 @@ h5 { max-height: 18px; } +.makelab-footer-connect-links ul{ + list-style-type: none; + margin: 0; + padding: 10px 0; +} + +.makelab-footer-connect-links li { + display: inline; + margin-right: 10px; +} + +.makelab-footer-connect-links a{ + text-decoration: none; +} /**************************************/ /************ LINE CLAMPING ***********/ @@ -572,6 +593,7 @@ h5 { width: 80%; float: left; } + } @media (min-width: 992px) { diff --git a/website/templates/website/base.html b/website/templates/website/base.html index b07bd6df..94f09511 100644 --- a/website/templates/website/base.html +++ b/website/templates/website/base.html @@ -383,72 +383,86 @@

Some text

-