Increase padding above contributor attributions

This commit is contained in:
TEC 2021-05-01 14:11:18 +08:00
parent 67acee5a7b
commit 55712844e2
Signed by: tec
GPG key ID: 779591AFDB81F06C

View file

@ -63,7 +63,8 @@ footer a {
.underline { /* repurpose to show off contributors */
color: var(--text-medium);
border-radius: .8em;
padding: .1em .4em .2em;
padding: .5em .4em .2em;
height: 0;
font-size: .9em;
font-family: "Open Sans",sans;
}