Skip to content

Commit

Permalink
resuelto problema inicial de idioma, tipografías reducidas de tamaño
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Jun 13, 2024
1 parent e2bb808 commit 4644143
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions app/sass/lib/_type.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
// 5to atributo: alto de linea
// 6to atributo: margen bajo
$icon: 14px,14px, 16px,400
$xs-text: 14px, 13px, 16px, 400, 140%, 1rem, 0.6rem //small
$body-text: 14px, 16px, 18px, 400, 140%, 1rem, 0.6rem
$button: 14px, 16px, 18px, semibold //buttons
$sm-text: 16px, 18px, 20px, 600, 140%, 1rem, 0.6rem //h5
$md-text: 18px, 20px, 22px, 600, 140%, 1rem //h4
$lg-text: 22px, 26px, 30px, 600,140%, 1rem //h3
$xl-text: 25px, 30px, 36px, bold, 140%, 1rem //h2
$xxl-text: 28px, 36px, 42px, bold, 140%, 1rem //h1
$icon: 14px,14px, 14px,400
$xs-text: 13px, 13px, 14px, 400, 140%, 1rem, 0.6rem //small
$body-text: 13px, 14px, 16px, 400, 140%, 1rem, 0.6rem
$button: 13px, 14px, 16px, semibold //buttons
$sm-text: 14px, 16px, 19px, 600, 140%, 1rem, 0.6rem //h5
$md-text: 16px, 19px, 22px, 600, 140%, 1rem //h4
$lg-text: 20px, 24px, 28px, 600,140%, 1rem //h3
$xl-text: 22px, 28px, 33px, bold, 140%, 1rem //h2
$xxl-text: 25px, 33px, 40px, bold, 140%, 1rem //h1

$slim-weight: 500
$regular:400
Expand Down
2 changes: 1 addition & 1 deletion app/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TYPOGRAPHY
/* ==========================================================================
ESTRUCTURA SEGÚN IDIOMA
========================================================================== */
.page_es {
.page_es, .page_es-ES {
header {
@include nav_bar_es;
}
Expand Down
2 changes: 1 addition & 1 deletion app/tools/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function Tools(props) {
<h3>{title}</h3>
</div>
<div className="tool_description">
<p>{description}</p>
<small>{description}</small>
</div>
<div className="tool_button_container">
<button className="tool_button">
Expand Down

0 comments on commit 4644143

Please sign in to comment.