Skip to content

Commit

Permalink
fixing Tablet size view for the header, it was taking mobile view #77
Browse files Browse the repository at this point in the history
  • Loading branch information
abidulrmdn committed Mar 25, 2017
1 parent 8486f1b commit 95f7378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions y2bsearch/resources/assets/sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.logo {
width: 6em;
}
@media only screen and (min-width: 1200px) {
@media only screen and (min-width: 768px) {
.logo {
width: 8em;
margin-left: 15px;
Expand All @@ -14,7 +14,7 @@
}
}
form {
@media only screen and (min-width: 1200px) {
@media only screen and (min-width: 768px) {
width: 50%;
margin-left: 15%;
margin-bottom: 5px;
Expand All @@ -33,7 +33,7 @@
border-radius: 0px;
border-left: 1px solid black;
}
@media only screen and (min-width: 1200px) {
@media only screen and (min-width: 768px) {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
Expand Down

0 comments on commit 95f7378

Please sign in to comment.