From f11431279d2de4b7906d4e9fb274fefdbfc4b0c6 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Thu, 7 May 2020 19:53:40 +0200 Subject: [PATCH] Fix header image not being centered --- app/assets/stylesheets/components/_profile.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/components/_profile.scss b/app/assets/stylesheets/components/_profile.scss index 5674db9a..726bef72 100644 --- a/app/assets/stylesheets/components/_profile.scss +++ b/app/assets/stylesheets/components/_profile.scss @@ -24,7 +24,6 @@ &__header-image { display: block; - min-width: 900px; width: 100%; }