We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db8ff47 + 0694b9b commit ffc7d14Copy full SHA for ffc7d14
1 file changed
client/styles/components/_nav.scss
@@ -111,6 +111,10 @@
111
}
112
113
.nav__item--no-icon {
114
+ padding-left: 0;
115
+}
116
+
117
+.nav__item--no-icon .nav__back-link {
118
padding-left: #{math.div(15, $base-font-size)}rem;
119
120
@@ -289,4 +293,8 @@
289
293
290
294
.nav__back-link {
291
295
display: flex;
292
-}
296
+ align-items: center;
297
+ width: 100%;
298
+ height: 100%;
299
+ text-decoration: none;
300
0 commit comments