diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 00661d7..2d8e4a7 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -14,6 +14,10 @@ img { height: 18px; } + + &.darwin { + justify-content: flex-end; + } } .app {