make borders consistent at bottom of homepage

pull/2441/head
Richard Harris 5 years ago
parent 6bf64ca092
commit e228ffb2f5

@ -19,7 +19,7 @@
height: 40px; height: 40px;
margin: 0 0.5em 0.5em 0; margin: 0 0.5em 0.5em 0;
text-decoration: none; text-decoration: none;
border: 1px solid #aaa; border: 2px solid var(--second);
padding: 5px 10px; padding: 5px 10px;
border-radius: 20px; border-radius: 20px;
} }
@ -27,7 +27,7 @@
.add-yourself { .add-yourself {
display: flex; display: flex;
align-items: center; align-items: center;
border: 1px solid #eee; border: 2px solid var(--second);
} }
img { img {

@ -89,7 +89,7 @@
background: no-repeat url(/contributors.jpg); background: no-repeat url(/contributors.jpg);
background-size: auto 102%; background-size: auto 102%;
margin: 0 0.5em 0.5em 0; margin: 0 0.5em 0.5em 0;
border: .2rem solid var(--second); border: 2px solid var(--second);
} }
@media (min-width: 920px) { @media (min-width: 920px) {

Loading…
Cancel
Save