mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 21:45:14 +00:00
8 lines
175 B
CSS
8 lines
175 B
CSS
/* 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% */
|
|
} |