Skip to content

Instantly share code, notes, and snippets.

@AndroPlus-org
Created July 11, 2023 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndroPlus-org/3e0b29c4a5044374b3bfdedead496637 to your computer and use it in GitHub Desktop.
Save AndroPlus-org/3e0b29c4a5044374b3bfdedead496637 to your computer and use it in GitHub Desktop.
楽天アフィリエイト管理画面のトップバナーとお知らせを2列にする
.raf-slider{
width: 50%;
float: left;
}
#app > main > section:nth-child(2){
overflow-y: scroll;
height: 300px;
}
#app > main > section:nth-child(3){
padding-top: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment