mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-07 07:20:54 +00:00
feat: Implement SEO optimizations and card hover effect
This commit is contained in:
8
docs/.vitepress/styles/custom.css
Normal file
8
docs/.vitepress/styles/custom.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Styles for VitePress Home Features cards */
|
||||
article.box {
|
||||
transition: transform 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
article.box:hover {
|
||||
transform: scale(1.05); /* Scales up by 5% */
|
||||
}
|
||||
Reference in New Issue
Block a user