We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9356f86 commit 3186741Copy full SHA for 3186741
1 file changed
docs/styles.css
@@ -965,6 +965,8 @@ img {
965
border-top: 1px solid var(--border-medium);
966
padding: var(--space-lg) 0;
967
margin-top: auto;
968
+ margin-left: 280px;
969
+ width: calc(100vw - 280px);
970
}
971
972
.footer-content {
@@ -997,7 +999,19 @@ img {
997
999
color: var(--primary);
998
1000
1001
1002
+@media (max-width: 1024px) {
1003
+ .footer {
1004
+ margin-left: 250px;
1005
+ width: calc(100vw - 250px);
1006
+ }
1007
+}
1008
+
1009
@media (max-width: 768px) {
1010
1011
+ margin-left: 0;
1012
+ width: 100vw;
1013
1014
1015
1016
flex-direction: column;
1017
gap: var(--space-md);
0 commit comments