diff --git a/common/common.css b/common/common.css index f819293..168abc4 100644 --- a/common/common.css +++ b/common/common.css @@ -119,14 +119,15 @@ body { color: rgba(220, 228, 240, 0.9); display: flex; align-items: center; - height: 56px; - padding: 0 16px; + height: auto; + padding: 7px 16px; margin: 0 2px; font-size: 15px; cursor: pointer; border-bottom: none; border-radius: 8px; transition: color 0.2s ease, background 0.2s ease; + align-self: center; } .nav-menu .nav-item:hover {