Commit 4cb699ee authored by Le Dinh Trung's avatar Le Dinh Trung

responsive

parent 44302702
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
/> />
</v-col> </v-col>
<div class="flex-column"> <div class="flex-column">
<h3>Subscribe to our Newsletter</h3> <h3 class="h3-title">Subscribe to our Newsletter</h3>
<h4>Get all the latest information, Sales and Offers.</h4> <h4>Get all the latest information, Sales and Offers.</h4>
</div> </div>
<div class="email"> <div class="email">
...@@ -237,7 +237,11 @@ export default { ...@@ -237,7 +237,11 @@ export default {
padding-left: 130px padding-left: 130px
} }
.email { .email {
width: 90%; width: 94%;
}
.h3-title {
display: flex;
justify-content: center;
} }
} }
</style> </style>
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
mdi-cart-outline mdi-cart-outline
</v-icon> </v-icon>
</v-badge> </v-badge>
<v-menu activator="#menu-activator" style="width: 300px"> <v-menu activator="#menu-activator" style="width: 300px; z-index: 50;">
<v-list class="list-item no-scroll" dense three-line> <v-list class="list-item no-scroll" dense three-line>
<v-list-item <v-list-item
v-for="(item, index) in products" v-for="(item, index) in products"
...@@ -624,6 +624,8 @@ b { ...@@ -624,6 +624,8 @@ b {
.header-middle-content { .header-middle-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-left: 10px;
padding-right: 12px !important;
} }
.header-middle-right { .header-middle-right {
margin-top: 10px; margin-top: 10px;
...@@ -675,5 +677,8 @@ b { ...@@ -675,5 +677,8 @@ b {
.header-top-right { .header-top-right {
justify-content: flex-end; justify-content: flex-end;
} }
.list-item {
height: 340px;
}
} }
</style> </style>
...@@ -153,12 +153,12 @@ export default { ...@@ -153,12 +153,12 @@ export default {
cursor: pointer; cursor: pointer;
} }
@media only screen and (max-width: 769px) { @media only screen and (max-width: 769px) {
.none-tag { .none-tag {
display: none !important; display: none !important;
} }
.navbar-left { .navbar-left {
width:100%; width:100%;
padding-left: 5px; padding-left: 12px;
padding-right: 5px; padding-right: 5px;
} }
} }
......
...@@ -216,6 +216,7 @@ ...@@ -216,6 +216,7 @@
:key="i" :key="i"
cols="12" cols="12"
md="4" md="4"
class="feature-col"
> >
<v-card <v-card
:loading="loading" :loading="loading"
...@@ -464,5 +465,9 @@ export default { ...@@ -464,5 +465,9 @@ export default {
flex: 1 1 49%; flex: 1 1 49%;
max-width: 49%; max-width: 49%;
} }
.feature-col {
padding-bottom: 0px;
margin-bottom: -50px;
}
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment