diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index a7bcb45656..649ecb6787 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -132,6 +132,11 @@ header { transition-duration: .3s; z-index: 999; + svg, img { + height: 36px; + width: 36px; + } + &:hover { cursor: pointer; }