From 2963d0599f33fc699e9dc9a931e13c44fcebb44c Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 30 Mar 2018 20:39:03 -0700 Subject: [PATCH] fixed-size figure box for smoother loads --- static/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index c4f1055..f677f9e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -40,6 +40,8 @@ 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; -- 2.18.0