Skip to content

Commit 043955d

Browse files
committed
Make spacing in CSS file consistent.
1 parent 4edfce3 commit 043955d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/static/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ h2 {
6363
border: none;
6464
}
6565
.nav-item, .dropdown-item {
66-
font-size: 1.2em;
66+
font-size: 1.2em;
6767
}
6868
.dropdown:hover .dropdown-menu {
69-
display: block;
69+
display: block;
7070
}
7171
.dropdown-menu {
72-
margin-top: 0px;
72+
margin-top: 0px;
7373
}
7474
.navbar-dark .navbar-nav .nav-item .nav-link {
7575
padding-bottom: .3rem;

0 commit comments

Comments
 (0)