Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaburns committed Oct 8, 2024
2 parents 90cc00c + 7b19031 commit 79ffcef
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ main.content.col-md-12 {

#app {
background-color: #F5F5F5;

a {
text-decoration: none;
}
}

.header-and-footer-archive {
Expand Down Expand Up @@ -320,4 +324,4 @@ main.content.col-md-12 {
margin: 64px 0px;
}
}
}
}
9 changes: 6 additions & 3 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
}
}

.wp-block-newspack-blocks-homepage-articles.destaque-principal article {
border: none;
}

#app .container {
main.content {
width: 100%;
Expand All @@ -33,8 +37,7 @@

.post-card--thumb .aspect-ratio img {
width: 100%;
max-width: 370px;
max-height: 209px;
height: 209px;
object-fit: cover;
border-radius: 8px;
}
Expand All @@ -50,4 +53,4 @@
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -343,26 +343,30 @@

figure {
@include mixins.small {
max-width: 300px;
height: 55px;
//max-width: 300px;
//height: 55px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}

@include mixins.mobile {
max-width: 300px;
height: 55px;
//max-width: 300px;
//height: 55px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}

img {
@include mixins.small {
height: 50px;
//height: 50px;
height: 100%;
}

@include mixins.mobile {
height: 50px;
//height: 50px;
height: 100%;
}
}
}
Expand Down Expand Up @@ -405,6 +409,7 @@
margin-right: auto;
margin-left: auto;
align-items: center;
padding: 0 15px;
}

@include mixins.mobile {
Expand All @@ -415,6 +420,7 @@
margin-right: auto;
margin-left: auto;
align-items: center;
padding: 0 15px;
}

.post {
Expand All @@ -427,7 +433,7 @@
}

@include mixins.mobile {
max-width: 328px;
max-width: 370px;
width: 100%;
height: auto;
}
Expand Down Expand Up @@ -468,6 +474,7 @@
&--content {
display: flex;
flex-direction: column-reverse;
margin-bottom: 2rem;

.entry-title {
color: #111111;
Expand Down Expand Up @@ -649,4 +656,4 @@
}
}
}
}
}

0 comments on commit 79ffcef

Please sign in to comment.