Skip to content

Commit

Permalink
increase-kanvas-icon-size
Browse files Browse the repository at this point in the history
Signed-off-by: Tharanishwaran <[email protected]>
  • Loading branch information
Tharanishwaran committed Nov 10, 2024
1 parent 838bb78 commit 59235f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/sections/Kanvas/kanvas-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/sections/Kanvas/kanvas_banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ const BannerSectionWrapper = styled.div`
overflow: hidden;
margin-top: -7rem;
position: relative;
left: 30%;
left: 10%;
margin-top: -8rem;
z-index: 0;
}
Expand All @@ -117,20 +118,19 @@ const BannerSectionWrapper = styled.div`
@media screen and (max-width: 1700px) {
.kanvas-logo {
width: 12rem;
/* right: 12rem; */
/* margin-top: -5rem; */
width: 20rem;
left: 21%;
margin-top: -7rem;
}
.para {
margin-top: -3rem;
}
}
@media screen and (max-width: 1200px) {
.kanvas-logo {
left: 20%;
width: 10rem;
/* right: 8rem; */
margin-top: -5rem;
width: 18rem;
left: 18%;
margin-top: -6rem;
}
/* border-radius: 0% 85% 0% 0% / 0% 60% 0% 0% ; */
}
Expand Down

0 comments on commit 59235f4

Please sign in to comment.