Skip to content

Commit

Permalink
Assects refactoring
Browse files Browse the repository at this point in the history
Moved assets into the apposite directory and created custom CSS modification for Jekyll site theme
  • Loading branch information
federicoiosue committed May 26, 2018
1 parent 04802f5 commit dba5f38
Show file tree
Hide file tree
Showing 30 changed files with 14 additions and 0 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
14 changes: 14 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
---

@import "{{ site.theme }}";
.page-header {
height: 255px;
background-image: url(https://raw.githubusercontent.com/federicoiosue/Omni-Notes/develop/assets/ON_banner_site.png);
background-position: center;
background-repeat: no-repeat;
background-color: #f44336;
}
.page-header h1, .page-header h2, .page-header a.btn {
display: none;
}
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dba5f38

Please sign in to comment.