Skip to content

Commit 255e3a3

Browse files
stefanvjarrodmillman
authored andcommitted
Reduce shortcuts text size
1 parent 27e3f9e commit 255e3a3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

assets/theme-css/shortcuts.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#shortcuts {
1111
margin-top: 10px;
12+
font-size: 0.9rem;
1213
}
1314

1415
#shortcuts-header {
@@ -30,19 +31,19 @@
3031

3132
.shortcuts-H2 {
3233
padding: 5px 5px 0 15px;
33-
font-size: 15px;
34+
font-size: 95%;
3435
cursor: pointer;
3536
}
3637

3738
.shortcuts-H3 {
3839
padding: 5px 5px 0 25px;
39-
font-size: 14px;
40+
font-size: 90%;
4041
cursor: pointer;
4142
}
4243

4344
.shortcuts-H4 {
4445
padding: 5px 5px 0 35px;
45-
font-size: 12px;
46+
font-size: 85%;
4647
cursor: pointer;
4748
}
4849

0 commit comments

Comments
 (0)