From ec8e7673deadd189aefcc473fc17ea6cdfea11bb Mon Sep 17 00:00:00 2001 From: Kaleb Berry Date: Wed, 6 Mar 2024 09:27:54 -0600 Subject: [PATCH] updating footer of studio eien --- src/components/Footer.astro | 6 +++--- src/pages/index.astro | 6 +++--- src/styles/utilities/_helper.scss | 24 ++---------------------- 3 files changed, 8 insertions(+), 28 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1a4ea34..366018c 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -46,13 +46,13 @@ diff --git a/src/pages/index.astro b/src/pages/index.astro index f931a84..3932813 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -185,9 +185,9 @@ import Navbar from '../components/Navbar.astro';

Custom Development

- We can help you design user interfaces that are intuitive and visually engaging. - Focus on usablity and accessiblity, improving user experience. Last, conduct - research, create wireframes and prototypes. + At our website studio, we specialize in custom development services including web + applications, single-page applications, and SEO implementation. Let us help you + elevate your online presence.

diff --git a/src/styles/utilities/_helper.scss b/src/styles/utilities/_helper.scss index 15a2ca4..dc1d41e 100644 --- a/src/styles/utilities/_helper.scss +++ b/src/styles/utilities/_helper.scss @@ -40,26 +40,6 @@ flex: 1 1 var(--min); } -.glitch { - position: relative; - display: inline-block; - animation: glitch 1s infinite; -} - -@keyframes glitch { - 0% { - transform: translate(0); - } - 25% { - transform: translate(-5px, 5px); - } - 50% { - transform: translate(-5px, 5px); - } - 75% { - transform: translate(-5px, 5px); - } - 100% { - transform: translate(0); - } +.text-center { + text-align: center; }