Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasChoudhary-01 authored Mar 8, 2024
1 parent 65ad7a4 commit d838f77
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,10 +551,6 @@ footer p {
.med2 {
font-size: 4.6rem;
}

.card {
height: 45rem;
}
}

@media(max-width:800px) {
Expand All @@ -577,6 +573,9 @@ footer p {
html {
font-size: 57%;
}
#fav-btn {
display: none;
}
}

@media(max-width:500px) {
Expand Down Expand Up @@ -613,6 +612,51 @@ footer p {
.logo {
font-size: 3rem;
}
.Home {
padding-top: 14vh;
}
.Home .content-1 {
padding-top: 4vh;
}
.med1 {
font-size: 2.5rem;
}
.med1 p{
font-size: 1.4rem;
}
.social-media a {
height: 4rem;
width: 4rem;
}
.social-media a i {
font-size: 2.5rem;
padding-top: 0.5rem;
}
#btn1 {
height: 4.1rem;
width: 16rem;
font-size: 2rem;
}
.book {
height: 32rem;
width: 24rem;
}
.med2 {
font-size: 3rem;
}
.Arrival {
padding-top: 7rem;
padding-bottom: 0;
}
.Bestseller {
padding-top: 7rem;
}
.subscribe {
height: 40vh;
}
header #menu {
font-size: 4rem;
}
}

@media(max-width:350px) {
Expand Down

0 comments on commit d838f77

Please sign in to comment.