mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 05:19:57 +00:00
14 lines
181 B
SCSS
14 lines
181 B
SCSS
:host {
|
|
display: flex;
|
|
flex: auto;
|
|
}
|
|
|
|
:host div {
|
|
flex: none;
|
|
margin: auto;
|
|
width: 400px;
|
|
max-width: 100vw;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|