portfolio/components/title.tsx

6 lines
92 B
TypeScript

import styled from "styled-components"
export default styled.h1`
margin-bottom: 0px;
`