Refactor payment page layout and perform security cleanup

This commit is contained in:
Muhammet Güler
2026-02-18 11:53:39 +03:00
parent 452d05f4a1
commit 42357c4dbb
4 changed files with 261 additions and 280 deletions
-1
View File
@@ -36,7 +36,6 @@ html {
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}