Delimeters are no longer needed.
This commit is contained in:
parent
a28f149615
commit
9579bc3c10
@ -14,11 +14,5 @@ nav,
|
|||||||
|
|
||||||
#services span a { margin: 0; }
|
#services span a { margin: 0; }
|
||||||
|
|
||||||
#services span.delimeter { margin: 0; width: 0; }
|
|
||||||
|
|
||||||
#services span.delimeter::after { content: '⋮'; }
|
|
||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
#services { display: flex; flex-direction: column; }
|
#services { display: flex; flex-direction: column; } }
|
||||||
#services span.delimeter { margin: 0 auto;}
|
|
||||||
#services span.delimeter::after { content: '⋯'; } }
|
|
Loading…
Reference in New Issue
Block a user