Skip to content

Commit

Permalink
style: add reponsive styling for min-width: 768px
Browse files Browse the repository at this point in the history
  • Loading branch information
rasan3-1416 committed Oct 13, 2023
1 parent 3d18dd9 commit 7d3a594
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -675,5 +675,32 @@ img {
justify-content: initial;
}
}

@media screen and (min-width: 768px) {
/* ========== Home ========== */
.home__img {
width: 320px;
}
.home__title {
font-size: 16rem;
top: -4rem;
}
.home__social {
top: 0;
bottom: 0;
align-content: center;
left: 1.5rem;
}
/* ========== Sponsor ========== */
.sponsor__container {
grid-template-columns: repeat(4, max-content);
}
/* ========== Footer ========== */
.footer__container {
grid-template-columns: repeat(2, max-content);
justify-content: space-around;
}
.footer__data {
column-gap: 4rem;
}
}
/* For large devices */

0 comments on commit 7d3a594

Please sign in to comment.