min width/height for load image to 128px
authorken <ken@mihrtec.com>
Mon, 2 Apr 2018 09:20:13 +0000 (02:20 -0700)
committerken <ken@mihrtec.com>
Mon, 2 Apr 2018 09:20:13 +0000 (02:20 -0700)
static/css/main.css

index e5f6948..4072955 100644 (file)
@@ -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;