Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase size of Kanvas icon for better visibility #6070

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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