[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/site-logo/ -> style.css (source)

   1  .wp-block-site-logo {
   2    box-sizing: border-box;
   3    line-height: 0;
   4  }
   5  .wp-block-site-logo a {
   6    display: inline-block;
   7    line-height: 0;
   8  }
   9  .wp-block-site-logo.is-default-size img {
  10    width: 120px;
  11    height: auto;
  12  }
  13  .wp-block-site-logo img {
  14    height: auto;
  15    max-width: 100%;
  16  }
  17  .wp-block-site-logo a,
  18  .wp-block-site-logo img {
  19    border-radius: inherit;
  20  }
  21  .wp-block-site-logo.aligncenter {
  22    margin-left: auto;
  23    margin-right: auto;
  24    text-align: center;
  25  }
  26  
  27  :root :where(.wp-block-site-logo.is-style-rounded) {
  28    border-radius: 9999px;
  29  }


Generated : Mon May 25 08:20:05 2026 Cross-referenced by PHPXref