Skip to content

Commit

Permalink
Fix CSS parse error (#95)
Browse files Browse the repository at this point in the history
Fix CSS parse error and Upgrade jQuery

Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Jun 12, 2020
1 parent 6dd14b1 commit 88cafdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/style.css' | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/menu.css' | relative_url }}">
<link rel='stylesheet' id='olympus-google-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C300%2C400%2C500%2C700%2C900%2C0%7CRoboto+Condensed%3A300%2C400%2C700%2C0&#038;subset=greek-ext%2Cvietnamese%2Clatin%2Ccyrillic%2Cgreek%2Clatin-ext%2Ccyrillic-ext&#038;ver=4.9.8' type='text/css' media='all' />
<script
src="https://code.jquery.com/jquery-1.10.1.js"
integrity="sha256-663tSdtipgBgyqJXfypOwf9ocmvECGG8Zdl3q+tk+n0="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
<script>

$(".nav-links, ul.primary-nav li a").click(function () {
Expand Down
4 changes: 2 additions & 2 deletions assets/css/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ body html {
height: calc(100vh - 50px);
overflow-y: auto;
}

}
@media (max-width:900px) {

.nav-links img{
width:3%;
padding-right:0%;
padding-top:5%;
margin-left:0% !important;

}
}

@media (max-width:600px) {
Expand Down

0 comments on commit 88cafdb

Please sign in to comment.