@media only screen and (max-width: 576px) {
   #mainContainer{
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   #sketchListGroup{
      width: 100% !important;
   }
   #sketchSearchInput{
      width: 50% !important;
   }
   .ellipsed {
      height: 1.5em;
      line-height: 1.5em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 140px;
   }
   .home-sketch-icon{
      padding: 0.5rem !important;
   }
}
body{
   min-height: 100vh;
}
.home-sketch-icon{
   padding: 1.5rem;
}
.list-group-item.d-none + .list-group-item{
   border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.list-group-item:not(.d-none) + .list-group-item.d-none + .list-group-item{
   border-top-width: 0 !important;
}
