fix: Set max width/height to company logo of pdf templates

This commit is contained in:
Ahmed Bouhuolia
2024-10-08 10:11:40 +02:00
parent 1a1095c99b
commit f9aa6abdd7
7 changed files with 32 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
background-color: #fff;
color: #111;
box-shadow: inset 0 4px 0px 0 var(--invoice-primary-color), 0 10px 15px rgba(0, 0, 0, 0.05);
padding: 24px 30px;
padding: 30px 30px;
font-size: 12px;
position: relative;
margin: 0 auto;
@@ -12,7 +12,7 @@
height: 1123px;
}
.bigTitle{
font-size: 60px;
font-size: 30px;
margin: 0;
line-height: 1;
font-weight: 500;
@@ -105,7 +105,10 @@
overflow: hidden;
img{
max-width: 100%;
width: 100%;
height: 100%;
max-width: 260px;
max-height: 100px;
}
}
.logoImg {