diff --git a/src/tools/style.css b/src/tools/style.css index 403f404..93326df 100644 --- a/src/tools/style.css +++ b/src/tools/style.css @@ -253,6 +253,12 @@ h3.quote { font-weight: normal; } +#certs { + position: absolute; + bottom: 0; + left: 0; +} + @media only screen and (max-width: 1024px) { #content_wrapper{ @@ -326,6 +332,10 @@ h3.quote { margin-top: 400px; padding: 2%; } + + #certs { + display: none; + } }