portfolio/components/avatar.tsx

14 lines
267 B
TypeScript
Raw Normal View History

2022-06-15 12:07:13 +00:00
import styled from "styled-components"
export default styled.div`
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: 3.5cm;
margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
`