docs: fix text

This commit is contained in:
kawamataryo
2024-11-10 22:43:43 +09:00
parent 0f35799262
commit a40eaee08e
3 changed files with 25 additions and 8 deletions

View File

@@ -26,3 +26,13 @@
--vp-home-hero-image-filter: blur(68px);
}
}
.error-message {
display: inline-block;
margin: 10px 0;
color: red;
font-weight: bold;
padding: 5px 10px;
border: 1px solid red;
border-radius: 5px;
}