We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05ea02c + 84aa59a commit cec7b1fCopy full SHA for cec7b1f
kitsune/sumo/static/sumo/scss/layout/_aaq.scss
@@ -106,6 +106,11 @@ aside .aaq-widget {
106
align-items: center;
107
justify-content: center;
108
margin-bottom: p.$spacing-md;
109
+
110
+ // On desktop, stack icon above title
111
+ @media #{p.$mq-lg} {
112
+ flex-direction: column;
113
+ }
114
}
115
116
.switcher-icon {
@@ -115,6 +120,12 @@ aside .aaq-widget {
120
flex-shrink: 0;
121
animation: pulse 3s ease-in-out infinite;
117
122
123
+ // On desktop, remove right margin and add bottom margin
124
125
+ margin-right: 0;
126
+ margin-bottom: p.$spacing-sm;
127
128
118
129
@keyframes pulse {
119
130
0%, 100% {
131
transform: scale(1);
0 commit comments