Optimize images to WebP and enable lazy loading. Add security headers (HSTS, CSP, etc) for A+ SSL score.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user