@@ -34,28 +34,28 @@
       
         
           | Brygget:- | { dateString }+ | {dateString} | 
 
         
           | Laget av:- | { wizards }+ | {wizards} | 
 
         
           | Kategori:- | { brew.beer.category }+ | {brew.beer.category} | 
 
         
           | Alkoholprosent:- | ~ { brew.abv }%+ | ~ {brew.abv}% | 
       
     
 
     
-      

+      
 
     Historie
@@ -88,9 +88,27 @@
   section {
     @import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@200;300;400;500;600;700;800&display=swap');
     font-family: 'Epilogue', sans-serif;
-    position: absolute;
-    top: 0;
-    left: 0;
+
+    padding: unset !important;
+    margin-bottom: 3rem;
+
+    @include mobile {
+      .beer-container {
+        border-radius: inherit;
+      }
+    }
+
+    @include tablet {
+      .beer-container {
+        border-top-right-radius: inherit;
+        border-bottom-right-radius: inherit;
+      }
+
+      .image-container {
+        border-top-left-radius: inherit;
+        border-bottom-left-radius: inherit;
+      }
+    }
   }
 
   .image-container {
@@ -120,7 +138,7 @@
   }
 
   .beer-container {
-    background-color: rgba(215, 224, 223, 0.6);
+    background-color: rgba(215, 224, 223, 0.8);
     padding: 2rem 1rem;
 
     @include tablet {