Skip to content

Commit

Permalink
Deployed 6a282ea with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaroUno committed Jul 15, 2024
1 parent 53ba9cf commit 62351c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
--themecolor: #002060;
}

body.justify{
.justify{
text-align: justify;
}

Expand All @@ -13,6 +13,18 @@ h1, h2, h3, h4, h5, h6 {
display: block;
}

h1.justify{
text-align: justify;
}

h2.justify{
text-align: justify;
}

h3.justify{
text-align: justify;
}

.scale-img {
// width: 250px; /*画像の幅*/
// height: 175px; /*画像の高さ*/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,5 @@ <h2 id="acknowledgement">Acknowledgement</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-15 13:38:56.893243+00:00
Build Date UTC : 2024-07-15 13:40:57.287508+00:00
-->

0 comments on commit 62351c5

Please sign in to comment.