diff --git a/docs/_includes/about.html b/docs/_includes/about.html
index 7e46ec7..ff49f5e 100644
--- a/docs/_includes/about.html
+++ b/docs/_includes/about.html
@@ -50,8 +50,8 @@
Code
Donation
-
-
+
+
Devがデブります
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index a6814fc..ecdfba9 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -11,5 +11,5 @@
About
Member
-
+
\ No newline at end of file
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index d74bacc..a488af0 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -1,7 +1,7 @@
{% include head.html %}
-
+
{% include header.html %}
{% include about.html %}
diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index d78f491..3e82c7f 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -172,7 +172,7 @@ body {
}
.user-projects {
margin: 20px auto;
- border-block-start: dashed 2px;
+ border-top: dashed 2px;
}
.user-projects img {
max-width:80%;
@@ -180,7 +180,7 @@ body {
border-radius:5px;
margin-top: 5px;
}
-.user-projects h5,body {
+.user-projects h5{
margin-top: 5px;
}
.user-projects li {
@@ -197,6 +197,7 @@ body {
}
}
.project-link {
+ display: inline-flex;
width:20px;
height:20px;
margin:1px 0;
@@ -222,7 +223,7 @@ body {
.footer {
background:#1a222c;
padding:10px 0;
- margin-top:100px;
+ margin-top:10px;
text-align:center;
color:#fff
}