Bootstrap default font-size is set to 16px
This commit is contained in:
parent
933d1ac09a
commit
e7b91c3db5
2 changed files with 2 additions and 0 deletions
1
app/assets/stylesheets/_variables.scss
Normal file
1
app/assets/stylesheets/_variables.scss
Normal file
|
@ -0,0 +1 @@
|
||||||
|
$font-size-base: 16px;
|
|
@ -20,6 +20,7 @@
|
||||||
*= require franceconnect
|
*= require franceconnect
|
||||||
*= require bootstrap-wysihtml5
|
*= require bootstrap-wysihtml5
|
||||||
*/
|
*/
|
||||||
|
@import "variables";
|
||||||
@import "bootstrap-sprockets";
|
@import "bootstrap-sprockets";
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue