diff --git a/app/assets/stylesheets/notifications.scss.erb b/app/assets/stylesheets/notifications.scss.erb
index d7942135..cb303dc6 100644
--- a/app/assets/stylesheets/notifications.scss.erb
+++ b/app/assets/stylesheets/notifications.scss.erb
@@ -20,14 +20,11 @@ $unread_notifications_dot_size: 8px;
     list-style: none;
   }
 
-  $menu_bar_height: 6em;
   .notificationPage,
   .notificationsPage {
     width: auto;
     max-width: 960px;
     box-sizing: border-box;
-    margin: 1em auto;
-    margin-top: 1em + $menu_bar_height;
     font-family: 'din-regular', Sans-Serif;
 
     & > .notification-title {