VICE / Client / src / app / developer / developer.component.css
developer.component.css
Raw
.grid-container {
    margin: 20px;
  }
  
  .dashboard-card {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    table-layout: none;
  }
  i{
      margin: 1rem;
  }