Skip to content

Commit a2f11ac

Browse files
committed
Reverted sidebar CSS change
1 parent 771728f commit a2f11ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ aside {
3535
grid-column: 1;
3636
background: var(--almost-black);
3737
padding: 12em 1em;
38-
position: fixed;
3938
height: 100%;
4039
}
4140
@media (max-width: 940px) {
4241
aside {
4342
grid-column: 1;
43+
text-align: center;
4444
grid-row: 2;
4545
background: inherit;
4646
padding: 0 1em;

0 commit comments

Comments
 (0)