nicklima/strapi-blog-frontend-next

View on GitHub
components/Section/styled.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import styled from "styled-components"

export const Section = styled.section`
  padding: 80px 0;
`