Skip to content

Commit 56678d7

Browse files
committed
Merge branch 'master' of https://github.com/ThomasLamb/sp-dev-fx-controls-react into ThomasLamb-master
2 parents bd57671 + 43f3eb3 commit 56678d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/controls/webPartTitle/WebPartTitle.module.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
.webPartTitle {
2-
font-size: 24px;
2+
font-size: 14px;
33
font-weight: 100;
44
margin-bottom: 11px;
55
color: "[theme:neutralPrimary, default: #333333]";
66

7+
@media (min-width: 320px) {
8+
font-size: 21px;
9+
}
10+
11+
@media (min-width: 480px) {
12+
font-size: 24px;
13+
}
14+
715
// Edit mode
816
textarea {
917
background-color: transparent;

0 commit comments

Comments
 (0)