mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +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;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-match-break {
|
.profile-match-break {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-match-end {
|
.profile-match-end {
|
||||||
display:none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue