kollapsminoriteten/wp-includes/blocks/site-logo/style-rtl.css

28 lines
513 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-site-logo{
box-sizing:border-box;
line-height:0;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-site-logo a{
display:inline-block;
2023-12-07 09:44:11 +01:00
line-height:0;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-site-logo.is-default-size img{
height:auto;
width:120px;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-site-logo img{
height:auto;
max-width:100%;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-site-logo a,.wp-block-site-logo img{
border-radius:inherit;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-site-logo.aligncenter{
margin-left:auto;
margin-right:auto;
text-align:center;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(.wp-block-site-logo.is-style-rounded){
2023-04-26 17:39:43 +02:00
border-radius:9999px;
2021-07-23 11:58:50 +02:00
}