Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 4d38f34

Browse files
style: fonts fullscreen
1 parent 9c6504c commit 4d38f34

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

studio/src/global/theme/editor/editor-deck-fonts.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ deckgo-deck {
4343
}
4444
}
4545

46-
// 1200 and not 992 because of menu
47-
@media(min-width: 1200px) {
48-
deckgo-deck {
49-
font-size: 32px;
50-
--code-font-size: 24px;
51-
52-
ion-label, ion-label[text-wrap].sc-ion-label-md-h, p {
53-
font-size: 32px;
54-
}
55-
}
56-
}
57-
5846
@media(max-width: 768px) {
5947
deckgo-deck {
6048
h1 {

studio/src/global/theme/fullscreen.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,15 @@
5050
}
5151
}
5252
}
53+
54+
// Fonts
55+
deckgo-deck {
56+
font-size: 32px;
57+
--code-font-size: 24px;
58+
59+
ion-label, ion-label[text-wrap].sc-ion-label-md-h, p {
60+
font-size: 32px;
61+
}
62+
}
5363
}
5464
}

0 commit comments

Comments
 (0)