separate contact links semantically
This commit is contained in:
parent
16f8cd7100
commit
a469653f75
2 changed files with 23 additions and 0 deletions
|
@ -520,3 +520,15 @@ header {
|
|||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
#contact_buttons ul {
|
||||
list-style-type: none;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
li a {
|
||||
padding: 5px 20px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue