diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index d368c020..a55e7f3f 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -1 +1,5 @@ -/* all custom SCSS should go into here */ \ No newline at end of file +/* all custom SCSS should go into here */ + +.user-page { + padding-top: 30px; +} \ No newline at end of file