Skip to content

Commit

Permalink
change accordion style
Browse files Browse the repository at this point in the history
  • Loading branch information
SarabjitS committed Nov 5, 2023
1 parent 9006bd6 commit df3469c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ img {
align-self: start;
justify-self: center;
max-width: 48rem;
min-width: 36rem;
min-width: 100%;
}

.accordion-button,
Expand Down Expand Up @@ -605,8 +605,6 @@ li:nth-child(even) {
/* lg */
@media (max-width: 1024px) {
.mega-container {
margin: 0 auto;
padding: 15rem 0;
max-width: 100%;
justify-content: center;
grid-template-columns: 27rem 36rem;
Expand All @@ -616,6 +614,7 @@ li:nth-child(even) {
"accordion board"
"tutorial tutorial";
row-gap: 4rem;
column-gap: 5rem;
}

.tutorial {
Expand Down

0 comments on commit df3469c

Please sign in to comment.