1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-15 03:26:01 +00:00
portfolio/components/title.tsx

6 lines
90 B
TypeScript
Raw Normal View History

2022-06-15 12:07:13 +00:00
import styled from "styled-components"
export default styled.h1`
margin-bottom: 0px;
`