Removed commented CSS

This commit is contained in:
Leah Schumann 2023-11-09 08:40:30 -05:00
parent f0e0c4a3e8
commit 70ae9d02b6

View file

@ -695,9 +695,6 @@ export default {
display: flex;
justify-content: space-between;
padding: 0.5rem 1.5rem;
// &:nth-child(odd) {
// background-color: #f5f5f5;
// }
&:nth-last-child(-n + 3) {
background-color: #e3f2ea;
}