Skip to content

Commit

Permalink
Remove unwanted margin-top on the debug block #35
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 20, 2022
1 parent 91f1676 commit dbf1492
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: This is Full Site Editing. Experimental FSE demonstration theme
Requires at least: 5.7.1
Tested up to: 5.7.2
Requires PHP: 7.3
Version: 0.9.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thisis
Expand Down Expand Up @@ -144,4 +144,8 @@ Add CSS to prevent large and full sized images from losing their aspect ratio

.wp-block-navigation img {
height: auto;
}

.wp-site-blocks header {
margin-top: 0;
}

0 comments on commit dbf1492

Please sign in to comment.