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 Jan 6, 2025
1 parent 9cf05d6 commit 7f02a11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 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.
5 changes: 5 additions & 0 deletions src/sections/Kanvas/kanvas_banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,19 @@ const BannerSectionWrapper = styled.div`
@media screen and (max-width: 1700px) {
.kanvas-logo {
width: 12rem;
/* right: 12rem; */
/* margin-top: -5rem; */
}
.para {
margin-top: -3rem;
}
}
@media screen and (max-width: 1200px) {
.kanvas-logo {
left: 20%;
width: 10rem;
/* right: 8rem; */
margin-top: -5rem;
}
border-radius: 0% 85% 0% 0% / 0% 60% 0% 0% ;
}
Expand Down

0 comments on commit 7f02a11

Please sign in to comment.