mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Enable responsive font sizes
- adds enable-responsive-font-sizes toggle to the main bootstrap variables scss file - [docs available](https://getbootstrap.com/docs/4.4/content/typography/#responsive-font-sizes)
This commit is contained in:
@@ -12,6 +12,9 @@ $fa-font-path: "^assets/fonts" !default;
|
||||
/* Images */
|
||||
$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 **/
|
||||
/* Colors */
|
||||
$gray-700: #495057 !default; // Bootstrap $gray-700
|
||||
|
Reference in New Issue
Block a user