Fix citation

This commit is contained in:
Miraty 2019-10-15 15:25:39 +02:00
parent 9117ab4935
commit 3289628424
1 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,11 @@ main {
margin-top: 20px; margin-top: 20px;
} }
.source {
text-align: right;
margin-top: 8px;
}
.paysage { .paysage {
grid-column-end: span 2; grid-column-end: span 2;
max-width: 100%; max-width: 100%;
@ -21,7 +26,7 @@ footer {
color: grey; color: grey;
font-size: 18px; font-size: 18px;
transition: color 0.3s; transition: color 0.3s;
& a:link { & a:link {
color: grey; color: grey;
text-decoration: underline; text-decoration: underline;