diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index bf8093bfd61b8b7d69009585b40b4b4863dd9c3f..504d94f7387a87ccb15cf2e9dc591e3317fa22ef 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -192,9 +192,9 @@
              <div v-if="$route.name && $route.name != 'lookup' && $store.state.currentLocale != 'ukr' && !$parent.waiting" class="betalink notification mx-auto mb-10"
       centered
     >
-    <div class="d-flex flex-column flex-md-row mx-2">
+    <div class="d-flex flex-column align-md-center flex-md-row  mx-2">
         <div class="shrink justify-top mr-8" cols="12" sm="6">
-          <img aria-hidden="true" width="128" height="128" src="https://test.ordbokene.no/favicon.ico">
+          <img aria-hidden="true" width="96" height="96" src="https://test.ordbokene.no/favicon.ico">
 
         </div>
         <div>
@@ -1253,13 +1253,12 @@ li.suggestion {
 .betalink>div {
   border-radius: 16px;
   margin-top: 10px;
-  padding-top: 32px;
-  padding-bottom: 32px;
-  padding-left: 32px !important;
-  padding-right: 32px !important;
+  padding-left: 32px;
+  padding-right: 32px;
+  padding-top: 10px;
+  padding-bottom: 24px;
   color: white;
   background: black;
-  font-size: 1.25rem;
 }
 
 .betalink h2 {
@@ -1270,7 +1269,7 @@ li.suggestion {
 
 .betalink a {
   color: white !important; 
-  font-size: 1.5rem;
+  font-size: 1.25rem;
 }
 
 </style>