remove size-based max-width from main-link
This commit is contained in:
parent
52280170d5
commit
0d2fffe180
|
@ -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 New Issue