Delimeters are no longer needed.

This commit is contained in:
Alexander Andreev 2022-07-27 19:23:05 +04:00
parent a28f149615
commit 9579bc3c10
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 7 deletions

View File

@ -14,11 +14,5 @@ nav,
#services span a { margin: 0; }
#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::after { content: '⋯'; } }
#services { display: flex; flex-direction: column; } }