Skip to content

Commit

Permalink
fix: formatted Herosection using prettire
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Nov 9, 2023
1 parent 45ac6f2 commit 8ca3892
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/components/marginals/Footer/styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,13 @@ export const FirstAboutContainer = styled.div`
${tw`
text-white
p-4
`}
background: #060616;
bg-[#060616]
`}
@media (max-width: 800px) {
${tw`
px-0
`}
}
`;

export const FirstRow = styled.div`
Expand All @@ -205,10 +210,11 @@ export const FirstRow = styled.div`
justify-start
p-2
`}
@media (max-width: 1000px) {
@media (max-width: 800px) {
${tw`
flex-col
w-[50vw]
mx-0
`}
}
`;
Expand All @@ -222,7 +228,7 @@ export const FrItems = styled.span`
`}
@media (max-width: 1000px) {
${tw`
px-4
px-2
py-6
`}
}
Expand Down Expand Up @@ -294,7 +300,6 @@ export const LastLine = styled.div`
@media (max-width: 1000px) {
${tw`
h-auto
w-[50vw]
flex-col-reverse
items-baseline
`}
Expand Down

0 comments on commit 8ca3892

Please sign in to comment.