diff options
Diffstat (limited to 'src/components/APIDiscovery.module.css')
| -rw-r--r-- | src/components/APIDiscovery.module.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/components/APIDiscovery.module.css b/src/components/APIDiscovery.module.css index 87357ce..b0f6486 100644 --- a/src/components/APIDiscovery.module.css +++ b/src/components/APIDiscovery.module.css @@ -9,15 +9,16 @@ transform: none; padding: 0; border-radius: 0; + + display: flex; + justify-content: center; } .container { - position: absolute; + position: relative; top: 10%; - left: 50%; - transform: translate(-50%, 0); - max-width: 376px; - margin: 0 auto; + margin-left: 20px; + margin-right: 20px; } .overlay { |
