From d76c75476a3472057576a9fb57701636f9451416 Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Tue, 30 Jan 2018 18:08:42 -0500 Subject: [PATCH] huh? --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index ecf43cd..5a7b8c8 100644 --- a/style.css +++ b/style.css @@ -1434,8 +1434,13 @@ pre code{ .aligncenter { position: center; + display: flex; + flex-wrap: wrap; /* optional. only if you want the items to wrap */ + justify-content: center; /* for horizontal alignment */ + align-items: center; /* for vertical alignment */ } + .legal:hover { color: #FFFFFF; font-size: 24px;