mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
11 lines
176 B
SCSS
11 lines
176 B
SCSS
@import '../../common/styles/variables';
|
|
|
|
img {
|
|
max-height: 150px;
|
|
width: auto;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
//padding: 0 5px;
|
|
box-sizing: border-box;
|
|
}
|