mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00:00
de-emphasize categories on mobile a bit
This commit is contained in:
parent
399418e1ff
commit
876d8a5174
@ -83,3 +83,8 @@ h2#site-text-logo
|
||||
margin: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
// categories should not be bold on mobile; they fight with the topic title too much
|
||||
.badge-wrapper {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -305,6 +305,5 @@ button.dismiss-read {
|
||||
td.main-link {
|
||||
a.title {
|
||||
padding: 5px 10px 5px 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user