Update Placeholders

This commit is contained in:
@s.roertgen 2024-08-21 12:54:00 +02:00
parent 3889b5f91a
commit d1d83c630a
2 changed files with 10 additions and 4 deletions

View file

@ -3007,3 +3007,9 @@ details.collapse summary::-webkit-details-marker {
.hover\:underline:hover {
text-decoration-line: underline;
}
@media (min-width: 640px) {
.sm\:w-1\/2 {
width: 50%;
}
}