Skip to content

Commit 98db9c4

Browse files
committed
Merge remote-tracking branch 'origin/presentations-framework'
2 parents a91747e + 4dd4326 commit 98db9c4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

hugo-site/layouts/presentations/single.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,20 @@
135135
.reveal section {
136136
text-align: left;
137137
height: 100%;
138-
padding: 0 !important;
138+
padding: 0.5em 2em !important;
139139
margin: 0 !important;
140140
top: 0 !important;
141+
box-sizing: border-box;
141142
}
142143

143144
.reveal .slides {
144145
text-align: left;
145146
}
146147

147148
.reveal .slides > section {
148-
padding: 0 !important;
149+
padding: 0.5em 2em !important;
149150
top: 0 !important;
151+
box-sizing: border-box;
150152
}
151153

152154
/* Full-height diagram containers */

hugo-site/static/slides/intro/stack-comparison.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section style="display: flex; flex-direction: column; height: 100vh; padding: 0.5em 2em !important; box-sizing: border-box;">
1+
<section style="display: flex; flex-direction: column; height: 100vh;">
22
<h2 style="flex-shrink: 0; margin-bottom: 0.2em;">Freenet vs Traditional Web</h2>
33

44
<div style="flex: 1; display: flex; justify-content: center; align-items: center; min-height: 0;">

0 commit comments

Comments
 (0)