From eb28d91dc8aab3b48a4d25938d9c5a40266f8b15 Mon Sep 17 00:00:00 2001 From: sleepndraw Date: Thu, 20 Jun 2024 14:17:57 +0200 Subject: [PATCH] prueba imgs --- app/sass/lib/_type.sass | 5 ++++- app/sass/partials/_contact.sass | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/sass/lib/_type.sass b/app/sass/lib/_type.sass index a7bd358..3cde701 100644 --- a/app/sass/lib/_type.sass +++ b/app/sass/lib/_type.sass @@ -21,7 +21,7 @@ $sm-text: 16px, 18px, 20px, 400, 140%, 1rem, 0.6rem //h5 $md-text: 18px, 20px, 22px, 400, 140%, 1rem //h4 $lg-text: 22px, 26px, 30px, 400,140%, 1rem //h3 $xl-text: 23px, 30px, 36px, 300, 140%, 1rem //h2 -$xxl-text: 28px, 36px, 42px, 300, 140%, 1rem //h1 +$xxl-text: 28px, 36px, 42px, 600, 140%, 1rem //h1 $slim-weight: 500 $regular:400 @@ -133,18 +133,21 @@ p, label, input, select font-size: nth($body-text,1) line-height: nth($body-text,5) font-weight: nth($body-text,4) + @apply text-gray-100 //margin-bottom: nth($body-text,6) @media screen and (min-width: 640px) font-family: $main_font, sans-serif font-size: nth($body-text,2) line-height: nth($body-text,5) font-weight: nth($body-text,4) + @apply text-gray-100 //margin-bottom: nth($body-text,6) @media screen and (min-width: 1400px) font-family: $main_font, sans-serif font-size: nth($body-text,3) line-height: nth($body-text,5) font-weight: nth($body-text,4) + @apply text-gray-100 //margin-bottom: nth($body-text,6) // texto pequeño diff --git a/app/sass/partials/_contact.sass b/app/sass/partials/_contact.sass index 95c2183..df68ad6 100644 --- a/app/sass/partials/_contact.sass +++ b/app/sass/partials/_contact.sass @@ -1,7 +1,9 @@ .about + .banner main padding-bottom: $spacing-lg + .about_description .contact_info display: flex