From a3d49d9fed4c9957602abe4109b70d1e1b78e1b0 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Tue, 18 Jun 2024 14:55:10 +0200 Subject: [PATCH] feat: update now label --- src/pages/index.astro | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 99f6a87..21d2825 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -35,7 +35,7 @@ import { stuff } from '../constants/stuff'; Now - Frontend engineering lead @ ING + Chapter Lead, Frontend @ ING @@ -72,10 +72,6 @@ import { stuff } from '../constants/stuff'; color: white; } - main { - max-width: 100% !important; - } - .now-wrapper { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 40px; @@ -109,7 +105,7 @@ import { stuff } from '../constants/stuff'; .highlighted-section__content { margin: auto; - padding: 1em 0; + padding: 1rem; max-width: var(--content-width); font-weight: normal; font-size: var(--font-size-lg); @@ -190,7 +186,7 @@ import { stuff } from '../constants/stuff'; @media only screen and (min-device-width: 280px) and (max-device-width: 653px) { .highlighted-section__content { - padding: 1em; + padding: 1rem; } .highlighted-section__content__profile-picture { float: none; @@ -205,7 +201,7 @@ import { stuff } from '../constants/stuff'; @media only screen and (min-device-width: 360px) and (max-device-width: 812px) { .highlighted-section__content { - padding: 1em; + padding: 1rem; } .highlighted-section__content ul li { font-size: var(--font-size-base);