Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
53c56510
Commit
53c56510
authored
May 23, 2017
by
Hakim El Hattab
Browse files
larger speaker notes font on big screens
parent
b64c35ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
53c56510
...
...
@@ -1502,6 +1502,10 @@ body {
.reveal.show-notes
.speaker-notes
{
display
:
block
;
}
@media
screen
and
(
min-width
:
1600px
)
{
.reveal
.speaker-notes
{
font-size
:
20px
;
}
}
@media
screen
and
(
max-width
:
1024px
)
{
.reveal.show-notes
{
border-left
:
0
;
...
...
css/reveal.scss
View file @
53c56510
...
...
@@ -1641,6 +1641,12 @@ $controlsArrowAngleActive: 36deg;
display
:
block
;
}
@media
screen
and
(
min-width
:
1600px
)
{
.reveal
.speaker-notes
{
font-size
:
20px
;
}
}
@media
screen
and
(
max-width
:
1024px
)
{
.reveal.show-notes
{
border-left
:
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment