mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 17:09:59 +00:00
18 lines
166 B
SCSS
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;
|
|
}
|