diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html index 568034465f..3e3852ff00 100644 --- a/resources/views/pdf-designs/bold.html +++ b/resources/views/pdf-designs/bold.html @@ -34,7 +34,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } #company-details, diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index e28a395b20..5ac9da42a0 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -29,9 +29,9 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } - + .header-container > span { display: block; } diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index cebc27f0e8..218bb503a5 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -29,7 +29,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } #company-details { diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html index b6da875acc..1392ba3a96 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -29,7 +29,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } .header-wrapper #client-details, diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html index ab0b63f7f4..18b1d9378d 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -23,7 +23,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } .company-logo-wrapper { diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index 08d7c324c7..9fc25df732 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -71,7 +71,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } .entity-label { diff --git a/resources/views/pdf-designs/modern.html b/resources/views/pdf-designs/modern.html index f703717ddf..8c9ccde274 100644 --- a/resources/views/pdf-designs/modern.html +++ b/resources/views/pdf-designs/modern.html @@ -61,7 +61,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } #client-details { diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 5a949e6618..53577cf89b 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -28,7 +28,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } .header-wrapper #company-address { diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index b25d747d6d..39a4e01d55 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -47,7 +47,7 @@ } .company-logo { - width: auto; /** If logo is too big or too small, modify using percentages. Example: width: 90%; **/ + zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/ } .contacts-wrapper {