mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
remove size-based max-width from main-link
This commit is contained in:
parent
52280170d5
commit
0d2fffe180
1 changed files with 0 additions and 12 deletions
|
@ -148,18 +148,6 @@
|
|||
line-height: 1.4;
|
||||
}
|
||||
|
||||
@include medium-width {
|
||||
.main-link {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@include small-width {
|
||||
.main-link {
|
||||
max-width: 300px;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.topic-statuses:empty {
|
||||
|
|
Loading…
Reference in a new issue