Adjust margins/padding

This commit is contained in:
2026-02-10 22:13:15 +00:00
parent 7777671cbb
commit 508ab93d63

View File

@@ -162,7 +162,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 0.5rem 1rem; padding: 0 0;
background: #3c6f79; background: #3c6f79;
color: #e1ebeb; color: #e1ebeb;
gap: 1rem; gap: 1rem;
@@ -182,6 +182,8 @@
justify-content: center; justify-content: center;
width: 52px; width: 52px;
height: 52px; height: 52px;
padding-left: 0;
margin-left: 0;
flex-shrink: 0; flex-shrink: 0;
transition: all 0.3s ease; transition: all 0.3s ease;
} }