mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
UX: Dynamic margins on flexbox categories-and-latest
This commit is contained in:
parent
2097c60cc0
commit
6b466cd1b4
|
@ -125,7 +125,15 @@
|
|||
}
|
||||
|
||||
div.column.categories {
|
||||
margin-right: 2em;
|
||||
@media all and (max-width : 600px) {
|
||||
margin-right: 0;
|
||||
}
|
||||
@media all and (min-width : 600px) {
|
||||
margin-right: 1em;
|
||||
}
|
||||
@media all and (min-width : 700px) {
|
||||
margin-right: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.discourse-tag {
|
||||
|
|
Loading…
Reference in New Issue
Block a user