[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/site-logo/ -> style-rtl.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    height:auto;
  11    width:120px;
  12  }
  13  .wp-block-site-logo img{
  14    height:auto;
  15    max-width:100%;
  16  }
  17  .wp-block-site-logo a,.wp-block-site-logo img{
  18    border-radius:inherit;
  19  }
  20  .wp-block-site-logo.aligncenter{
  21    margin-left:auto;
  22    margin-right:auto;
  23    text-align:center;
  24  }
  25  .wp-block-site-logo.is-style-rounded{
  26    border-radius:9999px;
  27  }


Generated : Sun May 5 08:20:02 2024 Cross-referenced by PHPXref