Credits links responsive fixes
This commit is contained in:
@@ -69,9 +69,21 @@
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
dt {
|
dt {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
|
||||||
@include breakpoint (sm) {
|
@include breakpoint (sm) {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
cursor: ne-resize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
width: 65%;
|
||||||
|
max-width: 560px;
|
||||||
|
min-width: 232px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user