We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be an example slide with a picture.
The text was updated successfully, but these errors were encountered:
I could get it to work partially by including an image on a two-pane slide and adding
two-pane
&.two-pane { // why not just use "standard blue-pane-right" directly? @include logo-color; @include yellow-flag; @include blue-pane-right; h1, h2, h3, p, ul { text-align: left; padding-right: 50%; } img { position: absolute; right: 0; top: 0; } }
to the style. However this only gives the desired layout when reloading the page on the spot, and no when transitioning to the specific slide.
Sorry, something went wrong.
No branches or pull requests
There should be an example slide with a picture.
The text was updated successfully, but these errors were encountered: