Credits links responsive fixes

This commit is contained in:
2020-04-09 10:48:56 +02:00
parent 13ac133db6
commit 3ca7f713da

View File

@@ -69,9 +69,21 @@
margin-bottom: 40px;
}
dt {
margin-bottom: 4px;
@include breakpoint (sm) {
margin-bottom: 8px;
}
a {
cursor: ne-resize;
}
}
dd {
width: 65%;
max-width: 560px;
min-width: 232px;
margin: 0 auto;
}
}