Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 8879e99

Browse files
committed
Fixed sidebar, width from 230px to 250px
1 parent 98ddf30 commit 8879e99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/css/style.responsive.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@
9393

9494
.sidebar {
9595
background-color: white;
96-
position: absolute;
96+
position: fixed;
9797
bottom: 0;
98-
width: 230px;
98+
width: 250px;
9999
top: 0;
100100
}
101101

102102
.wrapping {
103-
margin-left: 230px;
103+
margin-left: 250px;
104104
}
105105

106106
}

src/css/style.responsive.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
.sidebar ul.menu li a.current {
23-
color: #ff933b;
23+
color: #10a2f1;
2424
}
2525

2626
@media only screen and (min-width: 768px) {

0 commit comments

Comments
 (0)