udemy-react-course/side-effects/src/components/Home/Home.module.css

7 lines
103 B
CSS

.home {
width: 90%;
max-width: 40rem;
padding: 3rem;
margin: 2rem auto;
text-align: center;
}