Skip to content

Commit 0aab31a

Browse files
committed
Add variable padding
1 parent df1a424 commit 0aab31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lego-webapp/pages/index/EventItem.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ div.wrapper {
8484

8585
.info {
8686
display: flex;
87-
padding: 3px 6px;
87+
padding: var(--spacing-xs) var(--spacing-sm);
8888
height: 30%;
8989
justify-content: center;
9090
align-items: center;

0 commit comments

Comments
 (0)