diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 4b9d490..fe4247c 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -45,7 +45,7 @@ .container { max-width: 56rem; - margin: 2rem auto 12rem auto; + margin: 1rem auto 12rem auto; } .footer { @@ -130,59 +130,12 @@ text-align: right; white-space: nowrap; } - - .bar .me { - width: 100%; - display: block; - } - - .bar .info { - margin-top: 1.75rem; - } - - .bar .contact-icons a { - border-bottom: none; - } - - .bar .contact-icons img { - width: 1.25rem; - height: 1.25rem; - margin-left: 0.5rem; - } } @media screen and (max-width:36rem) { .bar { overflow: auto; - margin-top: -0.5rem; - } - - .bar .me { - float: left; - height: 6.5rem; - width: auto; - } - - .bar .info { - float: left; - margin-top: 0.5rem; - margin-left: 1.5rem; - } - - .bar .contact-icons { - margin-top: 1rem; - margin-left: 0.25rem; - margin-bottom: 0; - } - - .bar .contact-icons a { - border-bottom: none; - } - - .bar .contact-icons img { - width: 1.25rem; - height: 1.25rem; - margin-right: 1rem; + margin-bottom: -1rem; } }