From 91515276119b6ed5e81018657610e908dc1b018f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Feb 2024 17:16:09 +0000 Subject: [PATCH] Twenty Fifteen: Add top margin to the File block button styles. This ensures that there is some spacing between the Cover and File blocks. Props mukesh27, mayur8991, panchalhimani711, sabernhardt, itpathsolutions, thakordarshil, ankit-k-gupta, ugyensupport, pooja1210, shailu25, harshgajipara, darshitrajyaguru97, poena. Fixes #58498. git-svn-id: https://develop.svn.wordpress.org/trunk@57581 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/blocks.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfifteen/css/blocks.css b/src/wp-content/themes/twentyfifteen/css/blocks.css index 3487cc7b98..70026d2e72 100644 --- a/src/wp-content/themes/twentyfifteen/css/blocks.css +++ b/src/wp-content/themes/twentyfifteen/css/blocks.css @@ -222,6 +222,7 @@ p.has-drop-cap:not(:focus)::first-letter { font-size: 12px; font-weight: 700; line-height: 1.5; + margin-top: 2em; padding: 0.7917em 1.5em; text-transform: uppercase; vertical-align: baseline;