Skip to content

Commit

Permalink
fix accordion width in 768px width
Browse files Browse the repository at this point in the history
  • Loading branch information
SarabjitS committed Nov 5, 2023
1 parent 8a285d8 commit f88362b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,6 @@ li:nth-child(even) {
grid-template-rows: repeat(8, 4.5rem);
}

.accordion {
min-width: 27rem;
}

.font-large {
font-size: 2.5rem;
}
Expand Down Expand Up @@ -681,7 +677,7 @@ li:nth-child(even) {
.mega-container {
/* justify-content: center; */
grid-template-columns: 40rem;
grid-template-rows: 4em 1fr 62rem 50rem;
grid-template-rows: 4em 1fr 58rem 50rem;
grid-template-areas:
"btn"
"accordion "
Expand Down

0 comments on commit f88362b

Please sign in to comment.