padding fix
This commit is contained in:
parent
b276194f31
commit
e893f1baf1
3 changed files with 8 additions and 4 deletions
|
|
@ -45,13 +45,17 @@
|
|||
background: #fff;
|
||||
box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
|
||||
padding-bottom: 30px;
|
||||
/* border-radius: 7px; */
|
||||
text-align: center;
|
||||
/* margin-right: auto; */
|
||||
max-width: 320px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.price-calc-section .card {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.price-calc-section .landing {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue