Skip to content

Commit

Permalink
Merge pull request #202 from Sulochan-khadka/feature/Sulochan-khadka/199
Browse files Browse the repository at this point in the history
fixes: italic effect from a text on Playground page
  • Loading branch information
leecalcote authored Aug 16, 2024
2 parents 9005b22 + aa18e70 commit a8abe6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 Down Expand Up @@ -72,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 a8abe6f

Please sign in to comment.