Skip to content

Commit

Permalink
im bad at commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzzCode committed Nov 23, 2023
1 parent 19d43ce commit b499cf7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</style>
<nav class="navbar" style="font-size: 30px;">
<a href="/" id="indexlink">
<img src="/assets/images/icon.ico" alt="logo" style="width:30px;height:30px;"> Itzz&nbsp;Me
<img src="/assets/images/icon.ico" alt="logo" style="width:60px;image-rendering: crisp-edges;"> Itzz&nbsp;Me
</a>
<!--<a href="econosite/econosite.php">Econosite</a>-->
<a href="/about.html">About</a>
Expand Down
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css">
<meta charset="utf-8">
{% feed_meta %}
{% seo %}
</head>
<body>
<div id="nav">
Expand Down
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {

#nav {
border-right: 1px dashed;
padding: 10px !important;
padding: 7px !important;
vertical-align: top;
grid-row: 1 / 2;
grid-column: 1 / 2;
Expand Down
Binary file modified assets/images/icon.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ source 'https://rubygems.org'
gem 'jekyll'

group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
end

0 comments on commit b499cf7

Please sign in to comment.