Skip to content

Commit 6f04a03

Browse files
authored
Fix position of dropdown arrow in personal header (#782)
1 parent 819c563 commit 6f04a03

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sass/_header.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ body {
187187

188188
&.sunflower-logo {
189189

190-
width: 95px;
191-
192190
img {
193191
width: 55px;
194192
background: transparent;
@@ -287,6 +285,7 @@ body {
287285

288286
&.sunflower-logo {
289287
background-color: $secondary;
288+
width: 95px;
290289
}
291290

292291
height: 95px;

sass/_navigation.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ body.navbar-open {
181181

182182
@include media-breakpoint-up(lg) {
183183
background-size: 24px;
184-
padding: 6px;
184+
padding: 7px;
185+
margin-right: 4px;
185186
}
186187

187188
&.show {
@@ -217,7 +218,6 @@ body.navbar-open {
217218
border-radius: 9999px;
218219
text-align: left;
219220
padding: 11px 14px 7px 14px;
220-
margin-left: -7px;
221221

222222
&.nav-link {
223223
color: $white;

0 commit comments

Comments
 (0)