diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index 00f8e934..6b30071b 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -143,6 +143,20 @@ body[data-page="en/arduino/arduino_home_page.md"] article.markdown-section {
}
+.related_links div img {
+ position: relative;
+ top:10px;
+ left: 0px;
+ width: 50px;
+ /* background-color:red ; */
+ transition: all .25s ease;
+}
+
+.related_links div img:hover {
+ transform: scale(1.05);
+}
+
+
@media screen and (max-width: 768px) {
.related_links {
diff --git a/docs/en/core/m5stickv.md b/docs/en/core/m5stickv.md
index aba9328a..648bc545 100644
--- a/docs/en/core/m5stickv.md
+++ b/docs/en/core/m5stickv.md
@@ -1,4 +1,4 @@
-# Core M5StickV {docsify-ignore-all}
+# M5StickV {docsify-ignore-all}


diff --git a/docs/index.html b/docs/index.html
index 09b5423e..0af3764d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -87,6 +87,7 @@
+


