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…
Reference in New Issue