mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-05 04:42:04 +00:00
22 lines
342 B
CSS
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;
|
|
}
|
|
|