Skip to content

Commit

Permalink
Merge pull request #69 from praveen-p09/dev
Browse files Browse the repository at this point in the history
Update Section1.css
  • Loading branch information
virajchandra51 authored Sep 30, 2023
2 parents 413341f + dd9ca3a commit 9caaa2c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/pages/home/sections/section1/Section1.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
align-items: center;
flex-direction: column;
}
@media only screen and (min-width: 767px){
.codeutsava__section1-body {
width: auto;
}
.codeutsava__section1-image img{
width: 100%;
}
.codeutsava__section1-menu{
width: 100%;
}
}
.codeutsava__section1-menu {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -99,7 +110,7 @@
display: flex;
flex-direction: row;
}
@media only screen and (max-width: 1024px){
@media only screen and (max-width: 650px){
.codeutsava__section1-discord{
margin-right: 18px;
}
Expand Down

0 comments on commit 9caaa2c

Please sign in to comment.