Skip to content

Commit d384ec5

Browse files
committed
update CSS
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 1d4c7f0 commit d384ec5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

assets/scss/_kubecon.scss

+17-2
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,31 @@
3333
padding-right: 2.5%;
3434
}
3535

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+
margin-bottom: 1rem;
45+
}
46+
47+
// div:has(> .qr-code-right-align) {
48+
// }
49+
3650
.qr-code-right-align {
37-
width: 25%;
51+
width: 20%;
3852
float: right;
3953
padding-left: 2.5%;
4054
padding-right: 2.5%;
4155
}
4256

4357
.float-share-this-site {
44-
width: 25%;
58+
width: 20%;
4559
float: right;
60+
clear: right;
4661
padding-left: 2.5%;
4762
padding-right: 2.5%;
4863
}

0 commit comments

Comments
 (0)