widgets: Set margin only on widget bottom.

This commit is contained in:
Karl Stolley 2024-05-22 16:21:50 -05:00 committed by Tim Abbott
parent 7820c5e15e
commit f78fef699e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
}
& ul {
margin: 5px 0;
margin: 0 0 5px;
padding: 0;
}