mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Align tips slider with the rest of the studios
This commit is contained in:
parent
f7fe1125c8
commit
6e682269fb
2 changed files with 3 additions and 3 deletions
|
@ -165,9 +165,9 @@ $base-bg: $ui-white;
|
|||
}
|
||||
}
|
||||
|
||||
.tipsslider {
|
||||
.box-content .tipsslider {
|
||||
text-align: center;
|
||||
|
||||
|
||||
.thumbnail {
|
||||
display: inline-block;
|
||||
margin: 0px 50px;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
$button-offset: $icon-size + 5px;
|
||||
$box-content-offset: 20px;
|
||||
|
||||
padding: 12px $button-offset;
|
||||
//padding: 12px $button-offset;
|
||||
|
||||
.box-content & {
|
||||
padding: 12px $button-offset - 20px;
|
||||
|
|
Loading…
Reference in a new issue