We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2134e07 commit a991987Copy full SHA for a991987
1 file changed
src/components/Nav/styles.module.scss
@@ -66,11 +66,12 @@
66
.logo {
67
height: 50px;
68
display: flex;
69
+ align-items: center;
70
gap: var(--spacing-xs);
71
padding: 0;
72
margin-bottom: 10px;
73
a {
- height: unset;
74
+ height: 100%;
75
}
76
77
@@ -113,7 +114,6 @@
113
114
display: none;
115
@media (min-width: variables.$breakpoint-tablet) {
116
display: block;
- margin-top: 7.5px;
117
118
119
0 commit comments