Skip to content

Commit

Permalink
Responsive fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRicalde committed Dec 19, 2018
1 parent edee9dc commit 897acd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/css/main.css

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

11 changes: 6 additions & 5 deletions src/_sass/partials/_fixed-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,19 @@
}

.title {
font-size : 18px;
font-size : 14px;
}

img {
width : 280px;
width : 150px;
margin : 0 auto 10px;
}

.link {
width : 304px;
height : 34px;
font-size : 18px;
height : 24px;
font-size : 14px;
padding-top: 1px;
}
}
}
}

0 comments on commit 897acd9

Please sign in to comment.