Profile: restore "extra" links on desktop

This commit is contained in:
Alex Gleason 2021-10-07 21:39:03 -05:00
parent 891a65b66f
commit 943ee54c98
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 0 deletions

View file

@ -219,9 +219,11 @@
display: flex;
font-size: 14px;
color: var(--primary-text-color--faint);
@media screen and (max-width: 895px) {
justify-content: center;
flex-wrap: wrap;
display: none;
}
a {