Skip to content

Instantly share code, notes, and snippets.

@shigesanpo
Created February 14, 2020 06:34
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/308a8da31531993d5079e95751d5e546 to your computer and use it in GitHub Desktop.
Save shigesanpo/308a8da31531993d5079e95751d5e546 to your computer and use it in GitHub Desktop.
/*カードを丸く*/
.archive-entry {
   border-radius: 5px;/*角の丸み*/
background: #fff;
}
/*アイキャッチの上のみ丸く*/
.entry-thumb {
border-radius:5px 5px 0px 0px / 5px 5px 0px 0px;/*角の丸み*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment