changes to nav for people that arent logged in
This commit is contained in:
parent
02cfdda41d
commit
8e41d99ccd
@ -36,6 +36,14 @@ a {
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pfp i {
|
||||
width: 50px !important;
|
||||
height: 50px !important;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
|
||||
nav {
|
||||
color: aliceblue;
|
||||
margin: 0;
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="links">
|
||||
<li><a href="">Home</a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href="" class="pfp"><template name="gravatar image"></a></li>
|
||||
<li><a href="" class="pfp"><i class="ri-question-fill"></i></a></li>
|
||||
</div>
|
||||
</ul>
|
||||
</nav>
|
Loading…
Reference in New Issue
Block a user