Skip to content

Commit

Permalink
prueba imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepndraw committed Jun 20, 2024
1 parent 09b695e commit eb28d91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/sass/lib/_type.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions app/sass/partials/_contact.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.about

.banner
main
padding-bottom: $spacing-lg

.about_description
.contact_info
display: flex
Expand Down

0 comments on commit eb28d91

Please sign in to comment.