diff options
| author | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-27 03:44:49 +0800 |
| commit | 8d874071236aa9d8433837e613a23fa50d0174ba (patch) | |
| tree | 322324a1528fa3272252963ca4c97e82f2fe5f18 /src/components/shared/Basic.module.scss | |
| parent | e42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff) | |
chore: dashboard style
Diffstat (limited to 'src/components/shared/Basic.module.scss')
| -rw-r--r-- | src/components/shared/Basic.module.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/shared/Basic.module.scss b/src/components/shared/Basic.module.scss index b8e0068..2cc0d0b 100644 --- a/src/components/shared/Basic.module.scss +++ b/src/components/shared/Basic.module.scss @@ -1,8 +1,8 @@ h2.sectionNameType { margin: 0; - font-size: 1.3em; + font-size: 1em; @media (--breakpoint-not-small) { - font-size: 1.5em; + font-size: 1.1em; } span:nth-child(2) { |
