Skip to content

Commit 70b7780

Browse files
committed
Some more style tweaks
1 parent 6ec525c commit 70b7780

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

assets/reveal.js-theme/servo-no-svg.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ $heading4Size: 1.0em;
116116
display: none;
117117
}
118118

119+
.reveal blockquote {
120+
width: 75%;
121+
padding: 5px 50px;
122+
}
123+
119124
.reveal blockquote::after {
120125
display: block;
121126
content: "";

slides/2024-09-19-lf-europe-member-summit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Linux Foundation Europe Member Summit 2024
9393

9494
<img style="margin-block: 0; height: 14em;" src="/img/servo-android-2024-09.jpg" alt="Screenshot of Servo running on Android opening servo.org homepage" />
9595

96-
<blockquote style="background: rgba(0, 0, 0, 0.75); position: relative; top: -4em; font-size: 80%;">
96+
<blockquote style="background: rgba(0, 0, 0, 0.75); position: relative; top: -4em; font-size: 80%; width: 70%; padding-inline: 20px;">
9797
Android
9898
</blockquote>
9999

@@ -103,7 +103,7 @@ Android
103103

104104
<img style="margin-block: 0; height: 14em;" src="/img/servo-openharmony-2024-09.jpg" alt="Screenshot of Servo running on OpenHarmony opening Servo's wikipedia page" />
105105

106-
<blockquote style="background: rgba(0, 0, 0, 0.75); position: relative; top: -4em; font-size: 80%;">
106+
<blockquote style="background: rgba(0, 0, 0, 0.75); position: relative; top: -4em; font-size: 80%; width: 70%; padding-inline: 20px;">
107107
OpenHarmony
108108
</blockquote>
109109

0 commit comments

Comments
 (0)