Добавил стиль для ".path" (files.css)

This commit is contained in:
IgorA100
2025-12-10 14:42:03 +03:00
committed by GitHub
parent 5454bdfd53
commit 30ad5d7294

View File

@@ -0,0 +1,6 @@
.path {
display: flex;
justify-content: center;
align-items: center;
margin: 5px;
}