Skip to content

Commit

Permalink
feat: タグの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ogasa897 committed Nov 18, 2024
1 parent 94188cd commit 90366cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
display: flex;
justify-content: start;
p {
padding: 0.5px min(15px, 2%);
border: solid 2px #333; /*線の種類・太さ・色*/
border-radius: 10px; /*角の丸み*/
padding: 0.5px min(15px, 3%);
background-color: #e3e3e3;
border-radius: 6px;
}
}

Expand Down

0 comments on commit 90366cb

Please sign in to comment.