You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
498 B

1 year ago
  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. }