From 2f043ad93fbf13e02344fccb7252c8156c8f972a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com>
Date: Fri, 12 Apr 2019 20:01:31 +0200
Subject: [PATCH] Hotfix(notification bell + normalize)

---
 src/dependencies.pug | 2 +-
 src/index.pug        | 1 -
 src/styles/main.scss | 4 ----
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index 722df987..1e619128 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -11,7 +11,7 @@ script(
 script(src="/scripts/index.js")
 
 // Stylesheets
-//link(rel='stylesheet', href='/lib/normalize.css')
+link(rel='stylesheet', href='/lib/normalize.css')
 link(rel='stylesheet', href='/styles/index.css')
 link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&amp;subset=latin-ext')
 link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i')
diff --git a/src/index.pug b/src/index.pug
index d32d309b..efe04b11 100644
--- a/src/index.pug
+++ b/src/index.pug
@@ -1,5 +1,4 @@
 include get_config.pug
-<!DOCTYPE html>
 html(lang="en")
   head
     meta(charset="UTF-8")
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 484dfd6a..fd2779a1 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -4,10 +4,6 @@
   display: none !important;
 }
 
-* {
-  box-sizing: border-box;
-}
-
 :root {
   font-size: 62.5%;
   font-family: Open Sans, sans-serif;
-- 
GitLab