Hello! I’m trying to set the alignment of text to the left in a switch (vertical list) but I can’t seem to find the correct syntax:
.switch {
text-transform: capitalize;
text-align: left;
}
Text transform works but not align. Any help is much appreciated. Cheers!