mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +03:00
20 lines
304 B
SCSS
20 lines
304 B
SCSS
@import '../../shared/styles/variables';
|
|
|
|
:host {
|
|
display: block;
|
|
text-align: center;
|
|
|
|
@media (max-width: $side-menu-mobile-breakpoint) {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
img {
|
|
max-height: 150px;
|
|
width: auto;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
//padding: 0 5px;
|
|
box-sizing: border-box;
|
|
}
|