Skip to content

Commit

Permalink
Merge pull request #90 from gudzsv/fix/accordion-about-me
Browse files Browse the repository at this point in the history
fix padding
  • Loading branch information
gudzsv authored May 1, 2024
2 parents fdcc266 + 42c7b51 commit 3d1780a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/partials/about-me/about-me.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
overflow: hidden;
}

.about-me-list-item.is-active .ac-panel {
.about-me-paragraph:first-child,
.about-me .ac-panel > li:first-child {
padding-top: 12px;
}

@media only screen and (min-width: 768px) {
.about-me-list-item.is-active .ac-panel {
.about-me-paragraph:first-child,
.about-me .ac-panel > li:first-child {
padding-top: 8px;
}
}
Expand Down

0 comments on commit 3d1780a

Please sign in to comment.