summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/shared.css
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-05-01 12:25:03 -0600
committerHombreLaser <sebastian-440@live.com>2023-05-01 12:25:03 -0600
commitf6cc288cd67308330a83094bc2f0b64132ad81e8 (patch)
tree991cf52ca51ba6f0bb7bd3c18675111059efca51 /src/components/stylesheets/shared.css
parentc7e493ce3d2855e61787d86714625bc7fc51f9bd (diff)
Vista de proveedores
Diffstat (limited to 'src/components/stylesheets/shared.css')
-rw-r--r--src/components/stylesheets/shared.css4
1 files changed, 2 insertions, 2 deletions
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 {