From 328962842431afd3dcb9db25a6a52bae0f7a80c9 Mon Sep 17 00:00:00 2001 From: Miraty Date: Tue, 15 Oct 2019 15:25:39 +0200 Subject: [PATCH] Fix citation --- style.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.less b/style.less index 0c85870..3326097 100755 --- a/style.less +++ b/style.less @@ -12,6 +12,11 @@ main { margin-top: 20px; } +.source { + text-align: right; + margin-top: 8px; +} + .paysage { grid-column-end: span 2; max-width: 100%; @@ -21,7 +26,7 @@ footer { color: grey; font-size: 18px; transition: color 0.3s; - + & a:link { color: grey; text-decoration: underline;