mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #1786 from hardyoyo/enable-responsive-font-sizes
Enable responsive font sizes
This commit is contained in:
@@ -12,6 +12,9 @@ $fa-font-path: "^assets/fonts" !default;
|
|||||||
/* Images */
|
/* Images */
|
||||||
$image-path: "../assets/images" !default;
|
$image-path: "../assets/images" !default;
|
||||||
|
|
||||||
|
// enable-responsive-font-sizes allows text to scale more naturally across device and viewport sizes
|
||||||
|
$enable-responsive-font-sizes: true;
|
||||||
|
|
||||||
/** Bootstrap Variables **/
|
/** Bootstrap Variables **/
|
||||||
/* Colors */
|
/* Colors */
|
||||||
$gray-700: #495057 !default; // Bootstrap $gray-700
|
$gray-700: #495057 !default; // Bootstrap $gray-700
|
||||||
|
Reference in New Issue
Block a user