Исправлены отступы в списке слов
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 56s

This commit is contained in:
poignatov
2026-01-20 21:33:23 +03:00
parent 2626722af9
commit e41f721106
12 changed files with 115 additions and 144 deletions

View File

@@ -1,5 +1,7 @@
.word-list {
position: relative;
max-width: 42rem; /* max-w-2xl = 672px */
margin: 0 auto;
}
.close-x-button {