mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Auto-constrain logo dimensions on slide.
This commit is contained in:
parent
a6b5ee3969
commit
84db3e0a61
|
@ -6,6 +6,10 @@
|
|||
font-size:1.3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
#gp-logo img {
|
||||
max-height: 3.5em;
|
||||
max-width: none;
|
||||
}
|
||||
.reveal .speaker-notes {
|
||||
background-color: black;
|
||||
opacity : 0.8;
|
||||
|
|
Loading…
Reference in New Issue
Block a user