Skip to content

Commit

Permalink
Merge pull request #998 from Elite-tch/fix-#939
Browse files Browse the repository at this point in the history
Fix #939
  • Loading branch information
Marchand-Nicolas authored Jan 26, 2025
2 parents 70e7911 + 0b74ece commit 319a29b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
font-family: "QuickZap";
font-size: 2.5rem;
color: var(--primary);
text-shadow: 1px 1px var(--tertiary);
text-transform: uppercase;
text-align: center;
}
Expand Down
7 changes: 4 additions & 3 deletions styles/domain.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
flex-direction: row;
align-items: center;
gap: 3rem;
position: relative;
height: 85vh;
min-height: 88vh;
margin-top: 12vh;
}

.searchBarContainer {
Expand All @@ -21,7 +21,8 @@
}

.illustration {
width: 500px;
width: 440px;
height: 428.53px;
}

.description {
Expand Down
3 changes: 1 addition & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--secondary300: #eae0d5;
--tertiary: #bf9e7b;
--light-tertiary: #f5f0eb;
--background: #fcfffe;
--background: #ffffff;
--background-light: #fffcf8;
--background-light300: #f8f7f7;
--background-white: #ffffff;
Expand Down Expand Up @@ -54,7 +54,6 @@ a {
font-family: "QuickZap";
font-size: 2.5rem;
color: var(--secondary);
text-shadow: 1px 1px var(--tertiary);
text-transform: uppercase;
}

Expand Down

0 comments on commit 319a29b

Please sign in to comment.