Merge pull request #4179 from devansh-webkul/issue-4114
Some Adjustment Done #4114
This commit is contained in:
commit
3353de61fd
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=497d255676e26e428e3c",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=f3471c09369c572c9a1b"
|
||||
"/css/velocity.css": "/css/velocity.css?id=ef203954ec620850debd"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@
|
|||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 190px;
|
||||
max-height: 190px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1677,12 +1678,11 @@
|
|||
}
|
||||
|
||||
.bundle-to {
|
||||
text-align: center;
|
||||
display: block;
|
||||
font-size: 15px !important;
|
||||
font-weight: 500;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2347,13 +2347,10 @@
|
|||
}
|
||||
|
||||
.bundle-to {
|
||||
text-align: center;
|
||||
display: unset;
|
||||
margin: 0 2px;
|
||||
font-size: 15px !important;
|
||||
font-weight: 500;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
margin: 0 2px;
|
||||
display: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -182,12 +182,11 @@
|
|||
}
|
||||
|
||||
.bundle-to {
|
||||
text-align: unset;
|
||||
display: block;
|
||||
font-size: 20px !important;
|
||||
font-weight: 500;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue