We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35488a4 commit d17ffa7Copy full SHA for d17ffa7
css/base.css
@@ -20,9 +20,10 @@
20
.cn-body {
21
padding: 1.5rem;
22
color: var(--main-text);
23
+ font-size: medium;
24
25
h1 {
- margin: unset;
26
+ margin-block: 0 1rem;
27
color: currentcolor;
28
font-size: 1.3rem;
29
font-weight: 600;
@@ -39,7 +40,7 @@
39
40
}
41
42
> p {
43
+ margin: 0;
44
45
46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "klaro-ui",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "The Klaro consent manager custom UI for the California Digital Library",
5
"scripts": {
6
"start": "run-p parcel:dev watch:styles watch:js --silent",
0 commit comments