Skip to content

Commit 02f0e12

Browse files
committed
less separation between sidebar and content, wider content on wider screens issue #42
1 parent d18334c commit 02f0e12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

public/css/hyde.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,17 @@ a.sidebar-nav-item:focus {
128128
}
129129

130130
@media screen and (min-width: 48em) {
131-
.content {
131+
.content {
132132
max-width: 38rem;
133-
margin-left: 20rem;
133+
margin-left: 10rem;
134134
margin-right: 2rem;
135135
}
136136
}
137137

138138
@media screen and (min-width: 64em) {
139139
.content {
140-
margin-left: 22rem;
140+
max-width: 48rem;
141+
margin-left: 10rem;
141142
margin-right: 4rem;
142143
}
143144
}

0 commit comments

Comments
 (0)