@media (max-width: 768px){
  .layout-inner{
    flex-direction: column;
  }

  .main,
  .aside{
    width: 100%;
  }
}
