mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-22 12:32:34 +00:00
remove <hr/> from hw 1-4
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
}
|
||||
|
||||
.hw {
|
||||
border: 1px solid #d9d9d9;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
padding: 32px 70px;
|
||||
}
|
||||
|
||||
.hwTitle {
|
||||
@@ -11,18 +15,7 @@
|
||||
font-size: 22px;
|
||||
line-height: 27px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 70px;
|
||||
padding-left: 70px;
|
||||
margin-top: 47px;
|
||||
}
|
||||
|
||||
.hwContainer {
|
||||
padding: 0 70px 32px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px solid #d9d9d9;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user