separate contact links semantically

This commit is contained in:
meleu
2022-04-02 18:50:58 -03:00
parent aff7b38826
commit aabcdea76f
2 changed files with 23 additions and 0 deletions

View File

@ -520,3 +520,15 @@ header {
user-select: none;
}
}
#contact_buttons ul {
list-style-type: none;
li {
display: inline-block;
}
li a {
padding: 5px 20px;
}
}