Commit dec9aea0 by Christina Roberts

Merge pull request #1715 from MITx/fix/btalbot/studio-fontsizemixin

studio - fixing a mixin value used when defining font-size
parents e8401cf2 caae29a8
......@@ -6,7 +6,7 @@
@return #{$pxval / $base}em;
}
@mixin font-size($sizeValue: 1.6){
@mixin font-size($sizeValue: 16){
font-size: $sizeValue + px;
font-size: ($sizeValue/10) + rem;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment