diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-12 15:28:02 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-12 15:28:02 -0500 |
commit | 4d93bd73f0a56974bd55db8f9e8ff3f318be195d (patch) | |
tree | f502f3dc49f787936ac2f35153cad71a7e9ff3d4 /styles/main.css | |
parent | 8bc3ecc712043fef3867b45abed1fbcea8b0224b (diff) |
Button select + fixes for color wheel
Diffstat (limited to 'styles/main.css')
-rw-r--r-- | styles/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/main.css b/styles/main.css index 6f56806..b37552e 100644 --- a/styles/main.css +++ b/styles/main.css @@ -63,7 +63,8 @@ nav .nav-el:hover { } content { - display: block; + display: flex; + flex-wrap: wrap; margin-top: 100px; margin-left: 50px; margin-right: 50px; |