Skip to content

Commit

Permalink
refactor(components): change css style for the q and a component
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent fd76170 commit 73d0145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/QAndA.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {

<style lang="postcss" scoped>
.card {
@apply bg-white shadow-lg mx-7 md:mx-11 lg:ml-24 lg:w-5/12 p-8 my-5;
@apply bg-white shadow-lg lg:w-5/12 p-8 my-5;
}
.question-section {
Expand Down

0 comments on commit 73d0145

Please sign in to comment.