Minor patch mobile nav
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
<a href="https://diodematrix.com">DiodeMatrix</a>
|
||||
<a href="https://brain.seppdroid.com">BrainBlog</a>
|
||||
<div class="dropdown">
|
||||
<a href="#" class="dropbtn" onclick="DropFunc()">Links
|
||||
<i href="javascript:void(0);" class="fa fa-caret-down"></i>
|
||||
<a href="javascript:void(0);" class="dropbtn" onclick="DropFunc()">Links
|
||||
<i class="fa fa-caret-down"></i>
|
||||
</a>
|
||||
<div class="dropdown-content" id="DropList">
|
||||
<a href="#">Twitter</a>
|
||||
|
3
_CDN/css/skeleton.css
vendored
3
_CDN/css/skeleton.css
vendored
@@ -439,7 +439,7 @@ there.
|
||||
Dropdown for mobile-navbar.
|
||||
======================================================= */
|
||||
.dropdown {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
@@ -461,6 +461,7 @@ text-decoration: none;
|
||||
background-color: #000;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
.dropdown-content a {
|
||||
|
Reference in New Issue
Block a user