Width Fixed

This commit is contained in:
Devansh 2022-05-04 21:05:27 +05:30
parent b44af2353d
commit e342cfd480
4 changed files with 11 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba",
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290",
"/js/components.js": "/js/components.js?id=13ebf112e40292178d23",
"/css/velocity.css": "/css/velocity.css?id=09e1f360d8e6236f1d23",
"/css/velocity.css": "/css/velocity.css?id=f1a67295106a050c17af",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a5837742276",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e2",

View File

@ -226,7 +226,6 @@
.product-card-new {
width: 12rem;
height: 385px;
border: none !important;
margin: 0 5px 10px 10px;
@ -2018,10 +2017,10 @@
margin-top: 0;
&.required:after {
content: "*";
content: '*';
font-size: 16px;
margin-left: -1px;
color: #F05153;
color: #f05153;
}
}
@ -2118,22 +2117,22 @@
.full-content-wrapper {
> .container-fluid {
padding: 0 !important;
margin-bottom: 60px !important;
padding: 0;
margin: 10px 0;
> .row {
padding: 0 15px !important;
padding: 0 15px;
}
}
p,
div {
> .container-fluid {
padding: 0 !important;
margin-bottom: 60px !important;
padding: 0;
margin: 10px 0;
> .row {
padding: 0 15px !important;
padding: 0 15px;
}
}
}
@ -2396,7 +2395,6 @@
padding: 0 !important;
margin: 0 !important;
span {
font-size: 24px;
}

View File

@ -1000,7 +1000,7 @@
@media only screen and (max-width: 320px) {
body {
min-width: 320px;
min-width: 280px;
}
.sticky-header {