[Fix] Font size too big due to changed padding

Changed QA title font size
This commit is contained in:
Tony Yang 2021-02-03 01:31:54 +08:00
parent 02116e3682
commit dca32cab03
Signed by: t510599
GPG Key ID: D88388851C28715D
2 changed files with 3 additions and 3 deletions

View File

@ -223,10 +223,10 @@ $max-width-small-3: 360px;
@mixin qaTitleFontsize() {
font-size: 18pt;
@media only screen and (max-width: $max-width-medium-0) {
font-size: 17pt;
font-size: 16pt;
}
@media only screen and (max-width: $max-width-medium-1) {
font-size: 15pt;
font-size: 14pt;
}
@media only screen and (max-width: $max-width-small-0) {
font-size: 11pt;

View File

@ -1,6 +1,6 @@
@import "../breakpoint";
@import "../color";
@import "../font.scss";
@import "../font";
// No need to import font; the fonts have been imported in App.vue
// @import '@/assets/scss/font';