From bfcc40779accdc8a03f9b2e05693369007c39fd2 Mon Sep 17 00:00:00 2001 From: Andy Zhao Date: Wed, 5 Dec 2018 10:39:21 -0500 Subject: [PATCH] Remove some unnecessary CSS (#1263) --- app/assets/stylesheets/user-profile-header.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/user-profile-header.scss b/app/assets/stylesheets/user-profile-header.scss index 56af35165..679b5c009 100644 --- a/app/assets/stylesheets/user-profile-header.scss +++ b/app/assets/stylesheets/user-profile-header.scss @@ -104,9 +104,6 @@ overflow-y: auto; h1 { position:relative; - display:flex; - justify-content:space-evenly; - align-items:center; } a{ color:rgb(97, 97, 97);