5,950
edits
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
.home-header-container { | .home-header-container { | ||
position: relative; | |||
background-color: #4c4c4c; | background-color: #4c4c4c; | ||
color: #fbf0a4; | color: #fbf0a4; | ||
Line 75: | Line 76: | ||
.home-header-img { | .home-header-img { | ||
width: 70px; | width: 70px; | ||
position: absolute; | |||
right: 30px; | |||
top: 50%; | |||
transform: translate(-50%, -50%); | |||
} | } | ||