#PostList {
    table-layout: fixed;
    width: 100%;
}

.ListNum {
    width: 8%;
    text-align: center;
    display: ;
  }
  .ListAuthor {
    width: 20%;
    text-align: center;
  }
  .ListGen {
    width: 20%;
    text-align: center;
  }
  .ListTitle {
    width: 55%;
  }
  .ListCreated {
    width: 15%;
    text-align: center;
    display: ;
  }
  
  @media (max-width: 768px) {
    .ListNum {
      width: 50px;
      text-align: center;
      display: none;
    }
    .ListGen {
      width: 150px;
      text-align: center;
    }
    .ListAuthor {
      width: 100px;
      text-align: center;
    }
    .ListTitle {
      width: 100%;
    }
    .ListCreated {
      width: 15%;
      display: none;
    }
  }