mirror of
https://github.com/friendica/friendica
synced 2024-11-17 21:43:41 +00:00
Update style.css
Added missing spaces
This commit is contained in:
parent
53c7da87a6
commit
6c1df6471a
1 changed files with 3 additions and 3 deletions
|
@ -3520,15 +3520,15 @@ section .profile-match-wrapper {
|
|||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.profile-match-break {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.profile-match-end {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue