add border to separate service list from paragraph
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 27s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-24 17:49:11 +03:00
parent f053b93c24
commit 2c5388bcce
2 changed files with 4 additions and 1 deletions

View File

@@ -54,7 +54,10 @@
}
main .services {
border-top: solid 1px var(--white-3);
padding-top: 20px;
margin-top: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;