Skip to content

Commit 3286e00

Browse files
committed
Remove border-radius from the navbar
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent aeca6b7 commit 3286e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fedcode/templates/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% load static %}
22

3-
<nav class="navbar is-dark mb-6 border-bottom-radius" role="navigation" aria-label="main navigation">
3+
<nav class="navbar is-dark mb-6" role="navigation" aria-label="main navigation">
44
<div class="navbar-brand ml-3">
55
<a class="navbar-item is-size-4 has-text-weight-bold" href="/">
66
FederatedCode<span class="nexb-orange">.</span>io

0 commit comments

Comments
 (0)