tweak user activity style

pull/8005/head
Thibault Duplessis 2021-01-26 19:17:55 +01:00
parent 913f45cdb3
commit 9b5bc2cf23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ $c-contours: mix($c-brag, $c-shade, 80%);
.activity {
section {
font-size: 1.2em;
margin-left: 1rem;
margin-left: 2rem;
padding-top: 1rem;
}

View File

@ -39,7 +39,7 @@
font-size: 3.5em;
color: $c-good;
text-shadow: 0 0 15px $c-good;
margin-left: .5ch;
margin-left: .3ch;
animation: mod-fade-out 1.1s ease-out;
}