From 3ca7f713da01a78eaa00dcdf850cc4cc7395c993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 9 Apr 2020 10:48:56 +0200 Subject: [PATCH] Credits links responsive fixes --- src/style/pages/_page.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/style/pages/_page.scss b/src/style/pages/_page.scss index e55bfdc..cd97f18 100644 --- a/src/style/pages/_page.scss +++ b/src/style/pages/_page.scss @@ -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; } }