mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
7 lines
96 B
SCSS
7 lines
96 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: auto;
|
|
flex: 0 1 500px;
|
|
}
|