Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/styles/apresentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
border-radius: 8px;
background: transparent;
color: var(--white);
transition: Background 0.2s;
font-size: 12px;
line-height: 200%;
animation: slideof 0.2s forwards;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
align-items: center;
flex-direction: column;
margin: 120px 80px;
gap: 48px;
}

.Container-contact {
Expand All @@ -21,7 +22,6 @@ form {
align-items: center;
flex-direction: column;
gap: 24px;
margin-top: 48px;
}

form div {
Expand Down
6 changes: 1 addition & 5 deletions src/styles/habilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
}

.Tag {
font-size: 1rem;
font-family: 'Space Grotesk', sans-serif;
font-style: normal;
font-weight: 700;
line-height: 130%;
font: normal 700 1rem/130% 'Space Grotesk', sans-serif;
letter-spacing: 0.1rem;
text-transform: uppercase;
display: flex;
Expand Down