Skip to content

Instantly share code, notes, and snippets.

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 firewoodyamazaki/7219bca560fbdd8ec30738d59eee5807 to your computer and use it in GitHub Desktop.
Save firewoodyamazaki/7219bca560fbdd8ec30738d59eee5807 to your computer and use it in GitHub Desktop.
/*アドセンスダブルレクタングル表示数など*/
.adbox{
width:100%
}
.adsense-left{
width: 50%;
padding:0px;
display: inline-block;
}
.adsense-right{
width: 50%;
float:right;
padding:0px;
display: inline-block;
}
@media screen and (max-width:768px){
.adsense-right{
display:none;
}
.adsense-left{
width:100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment