mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import styled from "styled-components";
|
|
|
|
export const MainContent = styled.main`
|
|
padding: 2.5em 0;
|
|
`;
|