Revert "Delimeter not used."

This reverts commit a4b0214540.
This commit is contained in:
Alexander Andreev 2022-02-09 18:45:44 +04:00
parent 72e571de37
commit 505d0c7174
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 7 additions and 2 deletions

View File

@ -14,6 +14,11 @@ nav,
#services span a { margin: 0; }
@media screen and (max-width: 740px) {
#services span.delimeter { margin: 0; width: 0; }
#services span.delimeter::after { content: '⋮'; }
@media screen and (max-width: 640px) {
#services { display: flex; flex-direction: column; }
#services span.delimeter { margin: 0 auto;} }
#services span.delimeter { margin: 0 auto;}
#services span.delimeter::after { content: '⋯'; } }