Skip to content

Commit

Permalink
Improved formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
anand346 committed Feb 20, 2025
1 parent 26bbd1b commit e5de1e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-content/themes/twentyfourteen/inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function twentyfourteen_customize_partial_blogdescription() {
function twentyfourteen_customize_partial_site_logo() {
echo get_custom_logo();
}

/**
* Sanitize the Featured Content layout value.
*
Expand Down
4 changes: 4 additions & 0 deletions src/wp-content/themes/twentyfourteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -903,17 +903,21 @@ span + .edit-link:before,
min-height: 48px;
padding: 0 10px;
}

#site-logo {
float: left;
margin: 4px 30px 0 0;
text-align: left;
}

#site-logo + .site-title {
clear: none;
}

#site-logo + .site-title + .site-description {
clear: none;
}

.site-title {
float: left;
font-size: 18px;
Expand Down

0 comments on commit e5de1e5

Please sign in to comment.