mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-27 01:19:00 +02:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
import styled from 'styled-components';
|
|
|
|
export const GuideBodyWrap = styled.div`
|
|
position: relative;
|
|
max-width: 750px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
`; |