Cluster
Cluster Style
.cluster {
display: flex;
flex-wrap: wrap;
gap: $space-s;
}
Cluster Normal (justify-content: flex-start)
Home
About
Contact
Cluster Center (justify-content: center)
Home
About
Contact
Cluster Normal (justify-content: flex-end)
Home
About
Contact