From: ken Date: Mon, 2 Apr 2018 09:20:13 +0000 (-0700) Subject: min width/height for load image to 128px X-Git-Url: https://git.kengrimes.com/?p=kengrimes.com%2Ftheme.git;a=commitdiff_plain;h=26baa1905b247442c3e872367c3a6d2872ea64b5 min width/height for load image to 128px --- diff --git a/static/css/main.css b/static/css/main.css index e5f6948..4072955 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -51,7 +51,8 @@ body > footer { } body > header > img { margin: 0 3px 0 0; - height: 128px; + min-width: 128px; + min-height: 128px; border-radius: 50%; box-shadow: 2px 1px black; border: 1px solid black;