Skip to content

Instantly share code, notes, and snippets.

@shigesanpo
Created March 9, 2016 13:25
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 shigesanpo/475319c8080bee24f497 to your computer and use it in GitHub Desktop.
Save shigesanpo/475319c8080bee24f497 to your computer and use it in GitHub Desktop.
/* 画像50%左寄せ */
.page-index .entry-content img{
max-width: 50%;
float: left;
}
/* 画像と文字の隙間を少し開ける */
.page-index .entry-content img{
max-width: 50%;
float: left;
margin-right: 2%;
}
/* 画像と文字の上部を揃える */
.page-index .entry-content p{
margin: 0;
}
/*トップ画面フッター消去*/
.page-index .entry-footer{
display:none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment