-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pixdev
committed
May 6, 2024
1 parent
31dabfb
commit 655ac2c
Showing
5 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
.homepage__homepage { | ||
height: 100%; | ||
background-image: radial-gradient( | ||
230.88% 96.39% at 19.17% 21.57%, | ||
#3DA42C 0%, #1C8026 25%, | ||
#246E1B 41.15%, #256B19 60.42%, | ||
#218A2B 96.35% | ||
); | ||
75% 75% at 68% 71%, | ||
#3DA42C10 0%, | ||
#1C802660 100% | ||
), radial-gradient( | ||
75% 75% at 31% 26%, | ||
#559c34 0%, rgb(21, 45, 21) 100% | ||
); | ||
} | ||
|
||
.homepage__content { | ||
display: flex; | ||
width: 100%; | ||
height: 100%; | ||
border-bottom: 1px solid var(--border-soft); | ||
border-right: 1px solid var(--border-soft); | ||
/* border-bottom: 1px solid var(--border-soft); */ | ||
/* border-right: 1px solid var(--border-soft); */ | ||
} | ||
|
||
.homepage__main { | ||
overflow: hidden; | ||
width: 100%; | ||
height: 100%; | ||
border-right: 1px solid var(--border-soft); | ||
border-bottom: 1px solid var(--border-soft); | ||
/* border-right: 1px solid var(--border-soft); */ | ||
/* border-bottom: 1px solid var(--border-soft); */ | ||
} | ||
|
||
@media screen and (max-width: 660px) { | ||
.homepage__content { | ||
border-left: 1px solid var(--border-soft); | ||
/* border-left: 1px solid var(--border-soft); */ | ||
} | ||
} |