Skip to content

Commit

Permalink
#23 Ajuste de espaçamento de borda
Browse files Browse the repository at this point in the history
  • Loading branch information
dvespasiano committed Jun 15, 2021
1 parent cee3189 commit 3ddaf60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Expand Up @@ -45,6 +45,7 @@
text-transform: uppercase;
letter-spacing: 1px;
padding-left: 20px;
padding-bottom: 10px;
}
& .barra-lateral > :not(div:last-child) {
@media screen and (min-width: $screen__sm) {
Expand Down Expand Up @@ -79,10 +80,10 @@
& .post-inventario .is-style-title-iphan-underscore,
.post-inventario .content,
.post-inventario .metadata-mobile > :not(div:first-child) {
@media screen and (min-width: $screen__md){
@media screen and (min-width: $screen__md) {
margin-left: 50px;
}
@media screen and (max-width: $screen__md){
@media screen and (max-width: $screen__md) {
margin-left: 20px;
}
}
Expand All @@ -100,6 +101,7 @@
}
& .plus-minus {
font-size: 2.5rem;
color: $color__vermelho1;
}
& .plus-minus::after {
@media screen and (max-width: $screen__sm) {
Expand Down
2 changes: 2 additions & 0 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 3ddaf60

Please sign in to comment.