Skip to content

Commit

Permalink
fix bag swiper
Browse files Browse the repository at this point in the history
  • Loading branch information
Hahlina committed Apr 21, 2023
1 parent 46e5333 commit d293f91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ import "./src/utils/routes"
import './src/components/Header/Header'
import "./style.scss"
import "./src/utils/firebase/getDataFromFirebase"
// import "./script/setEventOnHeart"
1 change: 0 additions & 1 deletion src/utils/renderContent/renderAllDetailOfDay.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import moment from "moment/moment.js";
import {setSwiperForDetatils} from "../swiper.js";

export function renderAllDetailOfDay(data, index){
const allInfoOfDay = document.querySelector(".allInfoOfDay");
Expand Down
9 changes: 7 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ body {


.swiper-wrapper-2,{
margin-top: 0;
color: azure;
font-size: 14px;
//margin: 0 auto;

.swiper-slide-2{
padding-bottom: 20px;
Expand Down Expand Up @@ -290,8 +290,13 @@ body {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
margin-bottom: 20px;
@media screen and (min-width: 877px){
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}

.swiper-wrapper-2{
Expand Down

0 comments on commit d293f91

Please sign in to comment.