fix
This commit is contained in:
@@ -27,15 +27,6 @@ h6,
|
|||||||
color: #222222;
|
color: #222222;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
html,
|
|
||||||
body,
|
|
||||||
#app {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
font-family: 'KaiseiOpti-Medium';
|
|
||||||
color: #232323;
|
|
||||||
}
|
|
||||||
@keyframes loading {
|
@keyframes loading {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
|||||||
@@ -22,15 +22,6 @@ h1, h2, h3, h4, h5, h6, .products-title{
|
|||||||
color: #222222;
|
color: #222222;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
html,
|
|
||||||
body,
|
|
||||||
#app {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
font-family: 'KaiseiOpti-Medium';
|
|
||||||
color: #232323;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes loading {
|
@keyframes loading {
|
||||||
0% {
|
0% {
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ const {} = toRefs(data);
|
|||||||
background-color: #463a37;
|
background-color: #463a37;
|
||||||
> .content{
|
> .content{
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 100px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user