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 203149a + f58b6bb commit be0ce11Copy full SHA for be0ce11
packages/component-header-footer/src/footer/index.styles.js
@@ -170,7 +170,7 @@ const StyledFooter = styled.footer`
170
171
&:last-child {
172
@media (min-width: 768px) {
173
- padding-right: 0;
+ /* padding-right: 0; */
174
}
175
176
packages/unity-bootstrap-theme/src/scss/extends/_globalfooter.scss
@@ -142,7 +142,7 @@ footer {
142
font-size: $uds-size-icon-base;
143
color: $uds-color-base-gray-4;
144
line-height: 1;
145
- padding-top: 7px; // Magic number. Reducing the padding by 1px to make the height = 48px.
+ padding: 7px 16px; // Magic number. Reducing the padding by 1px to make the height = 48px.
146
147
:hover {
148
color: $uds-color-base-white;
0 commit comments