Skip to content

Commit b81453f

Browse files
authored
fix linting error
1 parent 11fa700 commit b81453f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/header.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
padding: 0;
1616
}
1717

18-
.navbar-brand-list .brand-logo{
18+
.navbar-brand-list .brand-logo {
1919
margin-right: 10px;
2020
}
2121

@@ -24,15 +24,15 @@
2424
transition: height 0.5s ease;
2525
}
2626

27-
.cb-documentation:hover .cb-docs{
27+
.cb-documentation:hover .cb-docs {
2828
display: none;
2929
}
3030

3131
.cb-documentation {
3232
display: block;
3333
}
3434

35-
.cb-documentation:hover .cb-hover-docs{
35+
.cb-documentation:hover .cb-hover-docs {
3636
display: block;
3737
}
3838

0 commit comments

Comments
 (0)