diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 12:30:32 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 12:30:32 -0500 |
commit | 8f0c5a6077fd245cf74337e4fdb98445418f608c (patch) | |
tree | 5d0289c5d3bb1ace7750cd9d26a586a0b8ee4ddf /styles/home | |
parent | 9afa0420b0d34d8484a71ae278e4dbd1630a035a (diff) |
Index and min-content fix
Diffstat (limited to 'styles/home')
-rw-r--r-- | styles/home/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/home/base.css b/styles/home/base.css index a082ec2..13a1749 100644 --- a/styles/home/base.css +++ b/styles/home/base.css @@ -32,6 +32,8 @@ div.content { flex-direction: column; align-items: center; + + width: min-content; } a, button { @@ -59,8 +61,6 @@ div.content > div.prev { width: 100%; margin: 10px; - border-radius: 5px; - display: block; padding: 0; |