display: flex;
}
-
.container {
display: flex;
width: 100%;
margin-left: 20px;
}
-
.project-section {
position: relative;
padding: 40px;
transform-origin: center;
}
-
.more-section {
position: relative;
padding: 40px;
background: transparent;
}
-.content-body::before,
-.post::before {
- content: '';
- position: absolute;
- top: -20px;
- left: -60px;
- width: calc(100% + 120px);
- height: 2px;
- background: #000;
- transform-origin: center;
-}
-
-.content-body::before {
- transform: rotate(4deg);
-}
-
-.post::before {
- transform: rotate(-4deg);
-}
-
.section-title {
font-size: 2.1em;
margin-bottom: 24px;