Skip to content

Commit 5e0249b

Browse files
authored
fix logo position
1 parent abe6321 commit 5e0249b

File tree

1 file changed

+1
-1
lines changed
  • allure-generator/src/main/javascript/components/side-nav

1 file changed

+1
-1
lines changed

allure-generator/src/main/javascript/components/side-nav/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
background: url('allure_logo.svg') no-repeat left center;
2525
padding-left: 40px;
2626
margin-bottom: 10px;
27-
margin-left: 12px;
27+
margin-left: 10px;
2828
transition: all 0.3s;
2929
background-size: auto auto;
3030

0 commit comments

Comments
 (0)