diff --git a/data/repositories.yml b/data/repositories.yml
index c57a73b0..326808f3 100644
--- a/data/repositories.yml
+++ b/data/repositories.yml
@@ -12,8 +12,8 @@
 
     - name: brizo
       links:
-          - name: API reference
-            url: /api/brizo/
+        - name: API reference
+          url: /api/brizo/
 
     - name: pleuston
 
diff --git a/src/components/Header.module.scss b/src/components/Header.module.scss
index 187098b5..1f06f7b2 100644
--- a/src/components/Header.module.scss
+++ b/src/components/Header.module.scss
@@ -2,8 +2,7 @@
 
 .header {
     background: $brand-black
-        url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
-        center -6rem;
+        url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat center -6rem;
     background-size: cover;
     width: 100%;
     padding: $spacer / 2 0;
diff --git a/src/components/HeaderHome.module.scss b/src/components/HeaderHome.module.scss
index c1a3c210..d070bec7 100644
--- a/src/components/HeaderHome.module.scss
+++ b/src/components/HeaderHome.module.scss
@@ -3,8 +3,8 @@
 
 .header {
     background: $brand-black
-        url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
-        center 4rem;
+        url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat center
+        4rem;
     background-size: cover;
     width: 100%;
     padding: $spacer * 2 0;
diff --git a/src/styles/global.scss b/src/styles/global.scss
index c2c6562f..30455358 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -273,7 +273,11 @@ samp {
     border-radius: $border-radius !important;
     text-shadow: none !important;
 
-    h1 &, h2 &, h3 &, h4 &, h5 & {
+    h1 &,
+    h2 &,
+    h3 &,
+    h4 &,
+    h5 & {
         font-size: inherit !important;
     }
 }