Skip to content

Commit 3186741

Browse files
committed
update docs
1 parent 9356f86 commit 3186741

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,8 @@ img {
965965
border-top: 1px solid var(--border-medium);
966966
padding: var(--space-lg) 0;
967967
margin-top: auto;
968+
margin-left: 280px;
969+
width: calc(100vw - 280px);
968970
}
969971

970972
.footer-content {
@@ -997,7 +999,19 @@ img {
997999
color: var(--primary);
9981000
}
9991001

1002+
@media (max-width: 1024px) {
1003+
.footer {
1004+
margin-left: 250px;
1005+
width: calc(100vw - 250px);
1006+
}
1007+
}
1008+
10001009
@media (max-width: 768px) {
1010+
.footer {
1011+
margin-left: 0;
1012+
width: 100vw;
1013+
}
1014+
10011015
.footer-content {
10021016
flex-direction: column;
10031017
gap: var(--space-md);

0 commit comments

Comments
 (0)