Change zoom property for the .company-logo
This commit is contained in:
parent
74449dd261
commit
2b9d619867
9 changed files with 10 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue