Skip to content

Commit

Permalink
Ajuste de posicionamento do texto do logo Scielo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon authored and Cesar Augusto committed Jun 25, 2019
1 parent d23c858 commit 6562b3f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions static/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,29 +212,27 @@ section{
span{
text-align: center;
position: relative;
top: 22vh;
top: 22vh;
display: block;
font-size: 16px;
font-family: Arapey,serif;
color: #333;
white-space: nowrap;

@media (orientation: landscape) {
top: 30vh;
top: 118px;
}
@media (min-width: $screen-sm-min) {
top: 17vh;
top: 175px;

@media (orientation: landscape) {
top: 23vh;
top: 30vh
}
}
@media (min-width: $screen-md-min) {
top: 14vh;
}
@media (min-width: $screen-lg-min) {
top: 18vh;
top: 175px;
}

}
}
}
Expand Down

0 comments on commit 6562b3f

Please sign in to comment.