Skip to content
Snippets Groups Projects
app.component.css 89 B
Newer Older
.main {
    margin: 10px;
}

.flexSpaceBetween {
  justify-content: space-around;
}