We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0389ee4 commit 5113437Copy full SHA for 5113437
1 file changed
kitsune/sumo/static/sumo/scss/layout/_aaq.scss
@@ -75,6 +75,7 @@ aside .aaq-widget {
75
background: var(--color-callout-bg);
76
overflow: hidden;
77
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
78
+ text-align: center;
79
80
// Hide sidebar version on mobile, show inline version
81
&.switcher-sidebar {
@@ -159,7 +160,6 @@ aside .aaq-widget {
159
160
flex-direction: column;
161
align-items: center;
162
gap: p.$spacing-lg;
- text-align: center;
163
}
164
165
// Reduced motion support
0 commit comments