Skip to content

Commit

Permalink
updating some font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Jan 25, 2024
1 parent bc5e01f commit 2071f8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/Shortcut/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.shortcut {
display: flex;
align-items: center;
font-size: 8px;
font-size: 14px;
position: absolute;
margin: auto;

Expand Down
17 changes: 11 additions & 6 deletions src/pages/index.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
.banner-description {
margin-top: 0px;
margin-bottom: 20px;
max-width: 200px;
line-height: 18px;
font-size: 10px;
margin-bottom: 50px;
max-width: 300px;
line-height: 1.5em;
font-size: 16px;
}

.banner-title {
margin-top: 0;
margin-bottom: 8px;
}

.banner-subtitle {
margin-bottom: 22px;
}


.home {
margin-top: -40px;
margin-top: -100px;
}

.about {
Expand Down
6 changes: 3 additions & 3 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
justify-content: center;
margin: 0;
padding: 0;
font-size: 9px;
font-size: 16px;
font-weight: lighter;
}

Expand Down Expand Up @@ -49,12 +49,12 @@ a:hover {
}

h1 {
font-size: 20px;
font-size: 36px;
margin: 10px 0 5px;
}

h2 {
font-size: 12px;
font-size: 18px;
font-weight: lighter;
margin: 0 0 10px;

Expand Down

0 comments on commit 2071f8c

Please sign in to comment.