Explorar el Código

fix: add 44px top padding to sticky version header on changelog (#10715)

Ryan Vogel hace 4 semanas
padre
commit
7e34d27b77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/console/app/src/routes/changelog/index.css

+ 1 - 1
packages/console/app/src/routes/changelog/index.css

@@ -371,7 +371,7 @@
       top: 80px;
       top: 80px;
       align-self: start;
       align-self: start;
       background: var(--color-background);
       background: var(--color-background);
-      padding: 8px 0;
+      padding: 44px 0 8px;
 
 
       @media (max-width: 50rem) {
       @media (max-width: 50rem) {
         position: static;
         position: static;