Skip to content

Commit

Permalink
escondendo menu-especial de p-author, issue #202
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaburns committed Jul 8, 2024
1 parent 9b6625d commit 827359e
Showing 1 changed file with 4 additions and 78 deletions.
82 changes: 4 additions & 78 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-author.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,83 +11,9 @@

.author {
.menu-especial {
display: flex;
margin: auto;
margin-bottom: 33px;
max-width: 1140px;
width: 100%;

&__links {
background-color: var(--menu-especial-bg);

ul,
li {
margin: 0;
padding: 0;
}

ul {
align-items: center;
display: flex;
justify-content: space-evenly;
}

li {
list-style: none;
}

a {
color: var(--menu-especial-link);
font-weight: bold;
text-decoration: none;
}
}

@media screen and (max-width: 767px) {
gap: 3px;
flex-direction: column-reverse;

&__links {
padding: 10px;

ul {
flex-wrap: wrap;
gap: 5px 10px;
}
}

&__logo-desktop {
display: none;
}

&__logo-mobile {
img {
aspect-ratio: 90 / 34;
height: auto;
object-fit: cover;
object-position: center;
width: 100%;
}
}
display: none;
}

@media screen and (min-width: 768px) {
align-items: center;
background-color: var(--menu-especial-bg);
border-radius: 8px;
gap: 40px;
padding: 5px 40px;

&__links {
flex: 1;
}

&__logo-mobile {
display: none;
}
}
}

.banner-principal {
a {
position: relative;
Expand Down Expand Up @@ -117,8 +43,8 @@
height: 497px;
border-radius: 8px 8px 8px 8px;
// background: rgba(51, 51, 51, 0.70);
// backdrop-filter: blur(11px);
background: linear-gradient(0deg,rgba(38,38,38,.64) 49.5%,rgba(38,38,38,0));
// backdrop-filter: blur(11px);
background: linear-gradient(0deg, rgba(38, 38, 38, .64) 49.5%, rgba(38, 38, 38, 0));
position: absolute;
top: 0;

Expand Down Expand Up @@ -727,4 +653,4 @@
}
}
}
}
}

0 comments on commit 827359e

Please sign in to comment.