We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4c7f0 commit d384ec5Copy full SHA for d384ec5
assets/scss/_kubecon.scss
@@ -33,16 +33,31 @@
33
padding-right: 2.5%;
34
}
35
36
+.td-content h1 {
37
+ font-weight: 700;
38
+ margin-bottom: 1rem;
39
+}
40
+.td-content h2:not(:first-child) {
41
+ margin-top: 3rem;
42
43
+.td-content h2 {
44
45
46
+
47
+// div:has(> .qr-code-right-align) {
48
+// }
49
50
.qr-code-right-align {
- width: 25%;
51
+ width: 20%;
52
float: right;
53
padding-left: 2.5%;
54
55
56
57
.float-share-this-site {
58
59
60
+ clear: right;
61
62
63
0 commit comments