[Fix] Font size too big due to changed padding
Changed QA title font size
This commit is contained in:
parent
02116e3682
commit
dca32cab03
@ -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;
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user