Skip to content

Commit 85c58b0

Browse files
committed
Design tweaks for small screens
1 parent a5bec08 commit 85c58b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,9 @@ body#admin_post_index .item-actions {
244244
body#admin_post_index .item-actions a.btn + a.btn {
245245
margin-left: 4px
246246
}
247+
248+
@media (min-width: 768px) and (max-width: 1200px) {
249+
.container {
250+
width: 98%;
251+
}
252+
}

0 commit comments

Comments
 (0)