.main {
  width: 100px;

  .content {
    border: 1px solid red;
  }
}
