Merge pull request #83 from meleu/patch-2

This commit is contained in:
Jacky Zhao
2022-04-02 14:53:05 -07:00
committed by GitHub
2 changed files with 21 additions and 7 deletions

View File

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