Merge pull request #72 from tms/topic-page-css
Button container should be no wider than suggested topics
This commit is contained in:
commit
bcd7af742f
|
@ -272,9 +272,9 @@
|
|||
#topic-footer-buttons {
|
||||
margin: 20px 0 0 103px;
|
||||
|
||||
width: 1110px;
|
||||
@include medium-width { width: 970px; }
|
||||
@include small-width { width: 870px; }
|
||||
width: 1027px;
|
||||
@include medium-width { width: 887px; }
|
||||
@include small-width { width: 787px; }
|
||||
|
||||
.btn-group {
|
||||
margin-top: 20px;
|
||||
|
|
Loading…
Reference in New Issue