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/company_details.css | 8 ++++++++ src/components/stylesheets/shared.css | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/components/stylesheets/company_details.css (limited to 'src/components/stylesheets') diff --git a/src/components/stylesheets/company_details.css b/src/components/stylesheets/company_details.css new file mode 100644 index 0000000..438eef1 --- /dev/null +++ b/src/components/stylesheets/company_details.css @@ -0,0 +1,8 @@ +.company-logo { + width: 128px; + height: auto; +} + +.company-details-text { + color: #394490; +} \ No newline at end of file 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