tabby/tabby-settings/src/components/releaseNotesTab.component.scss
2021-07-18 16:48:13 +02:00

18 lines
166 B
SCSS

:host {
overflow-y: scroll;
width: 100%;
padding: 30px;
}
::ng-deep img {
max-width: 100%;
}
h1 {
margin: 0;
}
section {
margin: 20px 0;
}