Style(fortune): Remove margin on the left for the first dot in preview container

This commit is contained in:
lifeadventurer
2024-11-01 22:37:59 +08:00
parent 9b8fbe8809
commit f9c74860dd

View File

@@ -144,3 +144,7 @@ button:hover {
border-radius: 50%; /* Circular shape */
margin-left: 5px; /* Spacing between dots */
}
.color-preview .color-dot:first-child {
margin-left: 0; /* No margin on the left for the first dot */
}