From a417af928cd42e8a6749d69ac661182b3e1249a8 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 21 Apr 2023 21:25:01 -0600 Subject: Añade organización general de la página MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/stylesheets/shared.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/stylesheets/shared.css (limited to 'src/components/stylesheets/shared.css') diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css new file mode 100644 index 0000000..9d95e0f --- /dev/null +++ b/src/components/stylesheets/shared.css @@ -0,0 +1,7 @@ +#page-content-wrapper { + width: 80%; + display: flex; + position: relative; + top: 80px; + left: 10%; +} \ No newline at end of file -- cgit v1.2.3