Skip to content

Commit c1b2f12

Browse files
committed
Remove border-radius from the navbar
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent cde1c89 commit c1b2f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)