Skip to content

Commit

Permalink
modified baseof file, style.css and config file
Browse files Browse the repository at this point in the history
  • Loading branch information
somrat committed Feb 13, 2019
1 parent 68aa8a7 commit 2d7a7a2
Show file tree
Hide file tree
Showing 34 changed files with 172 additions and 2,021 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# _Navigator_ for Hugo
![screenshot](https://user-images.githubusercontent.com/16266381/42418860-3b5ae592-82cb-11e8-8c88-8936ecb9a224.jpg "Home of the website")
![screenshot](https://user-images.githubusercontent.com/37659754/52624575-3b594d80-2ed9-11e9-83eb-29876e74c420.jpg "Home of the website")

Navigator is a responsive, modern and clean free multipurpose template powered by Bootstrap4. Built with refined business as well as corporate elements, and saturated with rich typography, Navigator is lightweight, fast-loading, responsive and W3C-validated, delivering a great first impression to visitors.

Expand Down
18 changes: 18 additions & 0 deletions static/css/style.css → assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1784,3 +1784,21 @@ a:focus, a:hover {
}

/*# sourceMappingURL=maps/style.css.map */
.top-bar {
position: fixed;
top: 0;
width: 100%;
background: #fff;
color: #fff;
transition: all 0.2s ease-out 0s;
padding: 15px 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #dedede;
z-index: 10;
}

.top-bar.animated-header {
padding: 20px 0;
background: #fff;
box-shadow: none;
}
File renamed without changes.
19 changes: 0 additions & 19 deletions exampleSite/assets/css/my_style.css

This file was deleted.

Loading

0 comments on commit 2d7a7a2

Please sign in to comment.