Skip to content

Commit 85548e3

Browse files
committed
Small CSS updates
1 parent 4f8ce0b commit 85548e3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

mods/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,19 @@
142142
flex-direction: column;
143143
}
144144
.modsSidebar {
145-
width: 100%;
145+
width: 100%;
146+
border-left: none;
147+
border-right: none;
146148
}
147149
.modsBody {
148150
width: 100%;
149151
}
150-
}
152+
}
153+
@media (min-width: 768px) {
154+
.modsSidebar {
155+
border-left: none;
156+
}
157+
}
151158
.sidebarHeader {
152159
font-size: 15pt;
153160
width: 100%;

0 commit comments

Comments
 (0)