homepage/src/components/layout.module.css

6 lines
73 B
CSS
Raw Normal View History

2019-12-11 21:34:32 +00:00
.layout {
margin: 3rem auto;
max-width: 1000px;
padding: 0 1rem;
}