|
|
@ -8,12 +8,14 @@ |
|
|
|
width: 100px; |
|
|
|
height: 100px; |
|
|
|
margin: 0 auto; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.avatar-container .author{ |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
color: white; |
|
|
|
} |
|
|
|
.avatar-container:hover .avatar { |
|
|
|
transform: rotate(360deg); |
|
|
@ -30,6 +32,24 @@ |
|
|
|
transition: 0.5s transform ease-in-out, 0.5s left ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.time-line{ |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|
|
|
|
.time-line-item { |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
.time-line-item.left { |
|
|
|
border-right: 1px solid white; |
|
|
|
} |
|
|
|
|
|
|
|
.time-line-item.right { |
|
|
|
border-left: 1px solid white; |
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (max-width: 768px) { |
|
|
|
.home-hero { |
|
|
|
margin: 0; |
|
|
|