Optimize images to WebP and enable lazy loading. Add security headers (HSTS, CSP, etc) for A+ SSL score.

This commit is contained in:
Muhammet Güler
2026-02-17 10:30:36 +03:00
parent 7101f7878a
commit 477993ec83
743 changed files with 927 additions and 232 deletions
+11
View File
@@ -36,8 +36,19 @@ html {
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Force checkbox visibility */
input[type="checkbox"] {
appearance: auto !important;
-webkit-appearance: auto !important;
width: 1rem !important;
height: 1rem !important;
display: inline-block !important;
cursor: pointer;
}