Skip to content

Commit

Permalink
played with font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Westc13 committed Dec 14, 2022
1 parent 6a63d40 commit ea175aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/styles/cancel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border-radius: 10px 10px 10px 10px;
text-align: center;
position: absolute;
left: 390px;
left: 25%;
top: 347px;
z-index: 10;
opacity: 1;
Expand Down
5 changes: 2 additions & 3 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
img {
margin-top: 5%;
width: 10%;
height: 10vh;
margin-top: 2%;
width: 20%;
background-size: contain;
}
3 changes: 1 addition & 2 deletions src/styles/home.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.main-container {
display: flex;
height: 70vh;
}

.text-box {
width: 30%;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-evenly;
justify-content: space-around;
}

.image-box {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {

h1 {
color: $tagline;
font-size: 1.6rem;
font-size: 32px;
font-weight: medium;
}

Expand Down

0 comments on commit ea175aa

Please sign in to comment.