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 4fb2fe0 commit 07b68e4Copy full SHA for 07b68e4
src/App.css
@@ -27,6 +27,22 @@
27
transition: box-shadow 0.3s;
28
}
29
30
+.card-text > h1 {
31
+ font-size: 1.625em;
32
+}
33
+.card-text > h2 {
34
+ font-size: 1.5em;
35
36
+.card-text > h3 {
37
+ font-size: 1.375em;
38
39
+.card-text > h4 {
40
+ font-size: 1.25em;
41
42
+.card-text > h5 {
43
+ font-size: 1.125em;
44
45
+
46
.lds-dual-ring {
47
display: inline-block;
48
width: 64px;
0 commit comments