]> git.openstreetmap.org Git - rails.git/commitdiff
Keep header h1 height equal to default header height
authorAnton Khorev <tony29@yandex.ru>
Fri, 24 May 2024 18:18:27 +0000 (21:18 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 24 May 2024 18:18:27 +0000 (21:18 +0300)
app/assets/stylesheets/common.scss

index 0edb3b0fc3cdbb56741946ac3e6da9302f883595..cf0bfae22527b41685c3ef8cd7524fef739673fd 100644 (file)
@@ -103,11 +103,11 @@ header {
   }
 
   > * {
-    height: 100%;
     padding: $lineheight * 0.5;
   }
 
   h1 {
+    height: $headerHeight;
     font-size: 18px;
   }