Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akiy2009 authored Dec 1, 2024
1 parent 66c04f9 commit 91ee453
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ h1[name="develope"] {
}

ul {
padding: 0;
list-style-type: none;
text-align: center;
padding-left: 0;
}

ul li {
font-size: 18px;
display: inline-block;
margin: 10px 15px;
margin: 10px 0;
}

/* 概要セクション */
Expand All @@ -102,6 +102,12 @@ h1[name="概要"] {
text-align: center;
}

ul li {
font-size: 18px;
text-align: center;
margin: 10px 0;
}

/* フッター */
h3 {
font-size: 18px;
Expand Down

0 comments on commit 91ee453

Please sign in to comment.