Skip to content

Commit d25935c

Browse files
committed
Add padding for #header
1 parent 281b8fc commit d25935c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/theme-compat/header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<title><?php echo wp_get_document_title(); ?></title>
2323
<meta name="viewport" content="width=device-width, initial-scale=1" />
2424
<link rel="profile" href="https://gmpg.org/xfn/11" />
25+
<style> :where(#header) { padding-left: 5%; padding-right: 5%; } </style>
2526
<link rel="stylesheet" href="<?php echo esc_url( get_stylesheet_uri() ); ?>" type="text/css" media="all" />
2627
<?php
2728
if ( is_singular() && pings_open() ) {

0 commit comments

Comments
 (0)