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;