fix(feat): Rearrange the element to fix the responsive layout
This commit is contained in:
@@ -61,46 +61,6 @@
|
||||
color: #7a726d;
|
||||
}
|
||||
|
||||
.site-footer__links {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
gap: 32px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.site-footer__link-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
width: 160px;
|
||||
gap: 24px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.site-footer__link,
|
||||
.site-footer__text {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: normal;
|
||||
color: #4a4a4a;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.site-footer__link {
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
transition: color 160ms ease;
|
||||
}
|
||||
|
||||
.site-footer__link:hover {
|
||||
color: #f28a4b;
|
||||
}
|
||||
|
||||
.site-footer__text--heading {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.site-footer__divider {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
|
||||
Reference in New Issue
Block a user