Skip to content

Commit

Permalink
#23 Finalização de template de Inventários
Browse files Browse the repository at this point in the history
  • Loading branch information
dvespasiano committed Jun 18, 2021
1 parent 62d2ae2 commit 240b234
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
15 changes: 7 additions & 8 deletions sass/components/footer/_footer.scss
Expand Up @@ -127,6 +127,13 @@
max-width: 110px;
}
}
& .content {
@media only screen and (max-width: $screen__sm) {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
}
}

.collapsible {
Expand All @@ -139,14 +146,6 @@
}
}

.content {
@media only screen and (max-width: $screen__sm) {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
}

.imgFooter {
max-width: 35px;
max-height: 35px;
Expand Down
Expand Up @@ -116,7 +116,8 @@
width: 100%;
padding-bottom: 100px;
}
& .post-inventario .is-style-title-iphan-underscore {
& .post-inventario .is-style-title-iphan-underscore,
.post-inventario .content {
@media screen and (max-width: $screen__md) {
margin-left: 40px;
margin-right: 40px;
Expand Down
19 changes: 10 additions & 9 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

0 comments on commit 240b234

Please sign in to comment.