From f6cc288cd67308330a83094bc2f0b64132ad81e8 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 1 May 2023 12:25:03 -0600 Subject: Vista de proveedores --- src/components/stylesheets/shared.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/stylesheets/shared.css') diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css index 2cda15b..5f410c7 100644 --- a/src/components/stylesheets/shared.css +++ b/src/components/stylesheets/shared.css @@ -3,7 +3,7 @@ display: flex; position: relative; top: 80px; - left: 10%; + left: 50%; } .button { @@ -12,7 +12,7 @@ .main-view { width: 80%; - margin: auto; + margin-left: auto; } .listing-image { -- cgit v1.2.3