Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
julialaurentino committed Oct 10, 2024
2 parents fec5779 + d1015f3 commit a6dc2b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,14 @@
top: 56%;

@include mobile {
background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, #333 75%);
border-radius: 8px;
gap: .2rem;
padding: size(20) size(20);
justify-content: flex-end;
//height: 100%;
//top: 0;
position: absolute;

}

.cat-links {
Expand Down Expand Up @@ -382,7 +382,7 @@
border-radius: 8px;

@include mobile {
background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, #333 50.5%);
background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, #333 65%);
height: 100%;
top: 0;
padding: 16px 16px 12px;
Expand Down
3 changes: 2 additions & 1 deletion themes/midia-ninja-theme/assets/scss/6-pages/_p-home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@

li {
margin: 0;
max-width: 110%;
}
}
}
Expand All @@ -297,7 +298,7 @@
.slide,
.post-content {
@media (max-width: 782px) {
width: calc(100vw - 30px) !important;
width: calc(50vw - 30px) !important;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
.coluna-contato-mobile {
padding-top: 40px;
padding-left: 18px;
fill: rgba(51, 51, 51, 0.7);
background-color: rgba(51, 51, 51, 0.70);
backdrop-filter: blur(10.699999809265137px);
}
}
Expand Down Expand Up @@ -258,6 +258,10 @@
border: none;
margin-left: 0;
color: #FFF;

@include mobile {
position: unset;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@
margin-right: auto;
}

@media (max-width: 769px){
width: 230px;
}

.slick-arrow {
background-color: var(--wp--preset--color--secondary-light);
background-image: url("./images/slider-arrow.svg");
Expand Down

0 comments on commit a6dc2b3

Please sign in to comment.