Syntax oopsie

This commit is contained in:
2021-12-21 20:36:32 +01:00
parent 0244ed417d
commit 741d46e87d
2 changed files with 5 additions and 5 deletions

View File

@@ -43,10 +43,10 @@
<!-- NAV <!-- NAV
--> -->
<nav id="navbar" style="top: 0px;"> <nav id="navbar" style="top: 0px;">
<a href="#home">Home</a> <a href="https://seppjm.com">Home</a>
<a href="#contact">About</a> <a href="#About">AboutMe</a>
<a href="#contact">DiodeMatrix</a> <a href="https://diodematrix.com">DiodeMatrix</a>
<a href="#news">BrainBlog</a> <a href="https://brain.seppdroid.com">BrainBlog</a>
<div class="dropdown"> <div class="dropdown">
<a href="#" class="dropbtn" onclick="DropFunc()">Links <a href="#" class="dropbtn" onclick="DropFunc()">Links
<i class="fa fa-caret-down"></i> <i class="fa fa-caret-down"></i>

View File

@@ -476,7 +476,7 @@ text-decoration: none;
.show { .show {
display: block; display: block;
} }
}
/* Larger than tablet */ /* Larger than tablet */
@media (min-width: 750px) {} @media (min-width: 750px) {}