Skip to content

Commit e82d194

Browse files
committed
cleanup
1 parent e40b8d6 commit e82d194

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ nav h3 {
175175
}
176176

177177
.sidemenu .algorithms {
178-
padding: 3px;
178+
padding: 3px 2px;
179179
display: none;
180180
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.48), inset 0 -2px 2px rgba(0, 0, 0, 0.36);
181181
}

public/algorithm_visualizer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ nav h3 {
295295
}
296296

297297
.sidemenu .algorithms {
298-
padding: 3px;
298+
padding: 3px 2px;
299299
display: none;
300300
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.48), inset 0 -2px 2px rgba(0, 0, 0, 0.36);
301301
}

public/algorithm_visualizer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)