Skip to content

Commit

Permalink
fix: style title home
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 9, 2022
1 parent dbcef1f commit 7dbd4e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/Cliente/Cliente.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
margin-bottom: 24px;
font-weight: bold;
color: var(--white);
margin-left: 12px;
margin-left: 18px;
margin-right: 18px;
font-size: 22px;
}

Expand Down Expand Up @@ -58,7 +59,7 @@
flex-direction: row;
display: flex;
align-items: center;
width: 35%;
width: 30rem;
justify-content: space-around;

font-size: 18px;
Expand Down

0 comments on commit 7dbd4e5

Please sign in to comment.