fixed-size figure box for smoother loads
authorken <ken@mihrtec.com>
Sat, 31 Mar 2018 03:39:24 +0000 (20:39 -0700)
committerken <ken@mihrtec.com>
Sat, 31 Mar 2018 03:39:24 +0000 (20:39 -0700)
static/css/main.css

index f677f9e..9652062 100644 (file)
@@ -40,14 +40,14 @@ body > header {
 body > header > figure {
   margin: 0;
   display: flex;
-  width: 150px;
-  height: 150px;
   border-radius: 90% 10% 1.3rem 1.3rem;
   background-color: darkslategrey;
   border: 1rem double slategrey;
 }
 body > header > figure > img {
   border-radius: 50% 3% 3% 3%;
+  width: 128px;
+  height: 128px;
 }
 body > header > nav {
   flex: 1 1 auto;