Skip to content

Commit a681ba3

Browse files
committed
해상도 조정: 글자 크기 작게
1 parent 93fcb0d commit a681ba3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_sass/_02_settings_typography.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Modular Scale › http://modularscale.com/scale/?px1=16&px2=36&ra1=1.25&ra2=0
1515
/* Fonts
1616
------------------------------------------------------------------- */
1717

18-
$base-font-size: 16px;
18+
$base-font-size: 14px;
1919
$rem-base: $base-font-size;
2020
// $base-line-height is 24px while $base-font-size is 16px
21-
$base-line-height: 1.5 !default;
21+
$base-line-height: 1.5;
2222

2323

2424
$font-family-sans-serif: "Open Sans", Arial, sans-serif;

_sass/_04_settings_global.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
// set $rem-base to $base-font-size and make sure $base-font-size is a px value.
6666
// $base-font-size: 100%;
6767

68-
$base-font-size: 16px;
69-
$rem-base: $base-font-size;
68+
// $base-font-size: 16px;
69+
// $rem-base: $base-font-size;
7070

7171

7272
// The $base-font-size is 100% while $base-line-height is 150%
73-
// $base-line-height: 150%;
73+
$base-line-height: 150%;
7474

7575
// We use this to control whether or not CSS classes come through in the gem files.
7676
$include-html-classes: true;
@@ -83,7 +83,7 @@ $include-html-global-classes: $include-html-classes;
8383
// $include-html-grid-classes: $include-html-classes;
8484
// $include-xl-html-grid-classes: false;
8585

86-
$row-width: rem-calc(1410);
86+
$row-width: rem-calc(1310);
8787
// $total-columns: 12;
8888
// $column-gutter: rem-calc(30);
8989

@@ -321,7 +321,7 @@ $list-side-margin: 1.3rem;
321321

322322
// $include-html-accordion-classes: $include-html-classes;
323323

324-
$accordion-navigation-padding: rem-calc(12);
324+
$accordion-navigation-padding: rem-calc(10);
325325
// $accordion-navigation-bg-color: #ffffff;
326326
// $accordion-navigation-hover-bg-color: $grey-1;
327327
// $accordion-navigation-active-bg-color: $grey-1;
@@ -1373,12 +1373,12 @@ $topbar-bg-color: $ci-0;
13731373
$topbar-bg: $topbar-bg-color;
13741374

13751375
// Height and margin
1376-
$topbar-height: rem-calc(50);
1376+
$topbar-height: rem-calc(46);
13771377
// $topbar-margin-bottom: 0;
13781378

13791379
// Controlling the styles for the title in the top bar
13801380
$topbar-title-weight: $font-weight-bold;
1381-
$topbar-title-font-size: rem-calc(19);
1381+
$topbar-title-font-size: rem-calc(17);
13821382

13831383
// Style the top bar dropdown elements
13841384
$topbar-dropdown-bg: lighten( $ci-0, 5% );
@@ -1395,7 +1395,7 @@ $topbar-link-color-hover: $ci-6;
13951395
// $topbar-link-color-active: #000;
13961396
// $topbar-link-color-active-hover: #000;
13971397
// $topbar-link-weight: $font-weight-normal;
1398-
$topbar-link-font-size: rem-calc(15);
1398+
$topbar-link-font-size: rem-calc(14.5);
13991399
// $topbar-link-hover-lightness: -10%; // Darken by 10%
14001400
// $topbar-link-bg: $topbar-bg;
14011401
// $topbar-link-bg-color-hover: #ff0;

0 commit comments

Comments
 (0)