Skip to content

Commit

Permalink
fixes: Italic subheading
Browse files Browse the repository at this point in the history
Signed-off-by: Sulochan Khadka <[email protected]>
  • Loading branch information
Sulochan-khadka committed Jul 2, 2024
1 parent df33162 commit db86f98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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,6 +7,7 @@ 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 @@ -71,8 +72,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 db86f98

Please sign in to comment.