Skip to content

Commit

Permalink
Merge pull request #152 from Harshil-Gupta21/main
Browse files Browse the repository at this point in the history
Responsive Design
  • Loading branch information
ayushichoudhary-19 committed Feb 1, 2024
2 parents b798b04 + 098307f commit ec898c8
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ input[type="file"] {
display: flex;
justify-content: center;
align-items: center;
min-height: 110vh;
background-color: #ffffff;
border-radius: 0 !important;
padding: 50px 0;
Expand Down Expand Up @@ -316,7 +315,6 @@ input[type="file"] {

/************Feedback section starting********************/
.feedbacksssection {
min-height: 100vh;
background-color: #e0f7fa;
border-radius: 0 !important;
padding: 20px;
Expand Down Expand Up @@ -616,8 +614,8 @@ input[type="file"] {
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 20px;
height: 100vh;
padding: 10.5rem 1.5rem;
/* height: 100vh; */
}

.text {
Expand Down Expand Up @@ -659,7 +657,7 @@ input[type="file"] {
height: 85%;
position: absolute;
bottom: 0;
transform: translateX(-30%);
transform: translateX(-25%);
}

.icons {
Expand Down Expand Up @@ -744,7 +742,7 @@ input[type="file"] {
content: "+";
}

@media screen and (max-width: 918px) {
@media (max-width: 991px) {
#xp {
flex-direction: column;
justify-content: center;
Expand All @@ -765,12 +763,6 @@ input[type="file"] {
padding-top: 1.5rem;
}

@media screen and (max-width: 918px) {
.images {
display: none;
}
}

/* Projects */
.about-me,
.projects {
Expand Down Expand Up @@ -827,7 +819,7 @@ input[type="file"] {
transition: transform background-color 0.5s ease-in-out;
}

@media screen and (max-width: 918px) {
@media (max-width: 991px) {
.box {
display: flex;
justify-content: space-around;
Expand Down Expand Up @@ -1333,7 +1325,6 @@ h2 {

#c-desc {
width: 35%;
text-align: justify;
font-size: 1.2rem;
transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
Expand Down Expand Up @@ -1780,8 +1771,28 @@ ul li:nth-child(even) .circle {
}
}

@media screen and (max-width: 979px) {
@media (max-width: 991px) {
.skill-item {
width: 100%;
}
.certified {
flex-direction: column;
padding: 0px;
}
#c-desc {
width: 100%;
padding: 3rem;
}
.text {
width: 140%;
}
.circle-bar {
left: 13.5rem;
}
.project {
max-width: 100%;
}
.images {
display: none;
}
}

0 comments on commit ec898c8

Please sign in to comment.