Ver código fonte

fix(ui): alignment for the page icon within the page title

charlie 1 ano atrás
pai
commit
b456bb2bc5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/frontend/components/page.css

+ 1 - 1
src/main/frontend/components/page.css

@@ -86,7 +86,7 @@
     @apply font-[48px] leading-none;
     @apply font-[48px] leading-none;
 
 
     .ui__button {
     .ui__button {
-      @apply !h-auto mb-[-3px];
+      @apply !h-auto pb-[1.5px];
     }
     }
   }
   }
 }
 }