Skip to content

Commit

Permalink
fixesTo remove the italic effect from a text on Playground page meshe…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Jul 2, 2024
1 parent 4b5c603 commit df33162
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/src/components/Faq/faqSection.style.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styled from "styled-components";
import styled from 'styled-components';

const FaqSectionWrapper = styled.section`
margin: 2.5rem auto;
Expand All @@ -7,7 +7,6 @@ const FaqSectionWrapper = styled.section`
.category_name {
margin: 2rem 0 0.5rem;
font-style: italic;
text-transform: capitalize;
}
.accordion__item + .accordion__item {
Expand Down Expand Up @@ -72,8 +71,8 @@ const FaqSectionWrapper = styled.section`
font-size: 20px;
width: 80%;
padding: 1rem;
border: 1px solid #FFFFFF;
background-color: #F0F0F0;
border: 1px solid #ffffff;
background-color: #f0f0f0;
border-radius: 1.25rem;
}
}
Expand Down

0 comments on commit df33162

Please sign in to comment.