Files
home-works/src/s1-main/App.module.css
2022-07-11 20:01:52 +02:00

22 lines
342 B
CSS

.App {
--header_height: 60px;
}
.hw {
border: 1px solid #d9d9d9;
border-left: none;
border-right: none;
padding: 32px 70px;
}
.hwTitle {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 22px;
line-height: 27px;
margin-bottom: 10px;
padding-left: 70px;
margin-top: 47px;
}