Skip to content

Commit 25fcf51

Browse files
author
Alban Bailly
committed
adjust sidemenu margins
1 parent 5b87942 commit 25fcf51

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/components/2_molecules/sidemenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class SideMenu extends React.Component {
135135
<SearchHeader />
136136
</div>
137137
<div>
138-
<ul className="p-0 ml-1 mb-4">
138+
<ul className="p-0 mb-4">
139139
<TopMenu />
140140
</ul>
141141
{groups.map((group, i) => {

src/css/components/4_pages/api-page.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474

7575
.api-link {
7676
position: relative;
77-
left: 2px;
7877
line-height: 1.4;
7978
}
8079

@@ -94,9 +93,9 @@
9493
}
9594

9695
.sidemenu-button {
97-
width: calc(100% - 12px);
96+
width: 100%;
9897
padding: 6px 0;
99-
margin: 0 6px;
98+
/* margin: 0 6px; */
10099
text-align: left;
101100
display: flex;
102101
justify-content: space-between;

0 commit comments

Comments
 (0)