From 0d89429503b5b1a9c77ab7445f7ff099d646a958 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 15 Jul 2022 15:25:28 -0600 Subject: [PATCH] Remove CSS for bar / info box --- themes/theme/templates/style.css | 51 ++------------------------------ 1 file changed, 2 insertions(+), 49 deletions(-) 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; } }