diff --git a/themes/datacoop2020/assets/static/css/style.scss b/themes/datacoop2020/assets/static/css/style.scss index 2280748..d31c4d2 100644 --- a/themes/datacoop2020/assets/static/css/style.scss +++ b/themes/datacoop2020/assets/static/css/style.scss @@ -213,7 +213,11 @@ aside header a img { flex-direction : row; justify-content : space-between; align-items : center; - margin : calc(var(--base-grid) / 2) var(--base-grid); + margin : var(--base-grid); + } + + aside header a img { + height : 120px; } aside nav {