Skip to content

Commit

Permalink
optimize banner size
Browse files Browse the repository at this point in the history
  • Loading branch information
ymph committed Jul 19, 2016
1 parent dc271b8 commit c2c27c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added src/source/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/source/images/banner.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/source/stylesheets/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
font-family: 'OCRAEXT';
font-weight: 400;
font-style: normal;
src: url('../fonts/OCRAEXT/OCRAEXT.TTF') format('truetype');
src: font-url('OCRAEXT/OCRAEXT.TTF') format('truetype');
}
2 changes: 1 addition & 1 deletion src/source/stylesheets/screen.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $eu-gold: #FFCC00
margin-bottom: 1rem

.header-callout
background-image: url("/images/banner.png")
background-image: image-url("banner.jpg")
background-size: 100%

.nextleap-tagline
Expand Down

0 comments on commit c2c27c1

Please sign in to comment.