We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f5798 commit 7ce84a2Copy full SHA for 7ce84a2
css/style.css
@@ -558,6 +558,9 @@ body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
558
background: #337ab7;
559
color: #fff; }
560
561
+html {
562
+ font-size: 16px; }
563
+
564
ol, ul {
565
padding-left: 1.5em; }
566
.popover ol:last-child, .popover ul:last-child {
sass/_overrides.scss
@@ -18,6 +18,10 @@
18
// jQuery UI style overrides.
19
@import "jquery-ui/autocomplete";
20
21
22
+ font-size: 16px;
23
+}
24
25
26
padding-left: 1.5em;
27
.popover &:last-child {
0 commit comments