diff options
Diffstat (limited to 'src/app/css/launcher.css')
-rw-r--r-- | src/app/css/launcher.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/css/launcher.css b/src/app/css/launcher.css index 694acf1..47ecb25 100644 --- a/src/app/css/launcher.css +++ b/src/app/css/launcher.css @@ -34,9 +34,9 @@ transition: 0.3s ease-in-out; background-color: transparent; - margin: 20px; position: relative; + border-radius: 0px; box-sizing: border-box; flex-basis: calc(100% - 10px); } |