Line 67: | Line 67: | ||
} | } | ||
− | . | + | .logoHolder{ |
position: fixed; | position: fixed; | ||
− | top: 10px; | + | padding: 10px; |
− | left: 10px; | + | background-color: snow; |
+ | border-radius: 10%; | ||
+ | z-index: 500; | ||
+ | } | ||
+ | |||
+ | .logo{ | ||
+ | /* position: fixed; */ | ||
+ | /* top: 10px; */ | ||
+ | /* left: 10px; */ | ||
cursor: pointer; | cursor: pointer; | ||
width: 150px; | width: 150px; | ||
transition: .2s; | transition: .2s; | ||
− | z-index: 500; | + | /* z-index: 500; */ |
} | } | ||
Line 111: | Line 119: | ||
.header_area.sticky { | .header_area.sticky { | ||
− | padding: 0 1em; | + | padding: 0.8em 1em; |
background-color: snow; | background-color: snow; | ||
opacity: 0.9; | opacity: 0.9; |
Revision as of 09:41, 29 July 2021