Skip to content
New issue

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

.bottom[] doesn't work inside of .column[ .content[ ] ] #11

Open
albert-ying opened this issue Apr 6, 2021 · 1 comment
Open

.bottom[] doesn't work inside of .column[ .content[ ] ] #11

albert-ying opened this issue Apr 6, 2021 · 1 comment

Comments

@albert-ying
Copy link

Hi, I was trying to put my 3 figures in 3 columns. However, I still want an overall title at the top of the slide.

So I tried to align the figures to bottom at each column by doing.

class: split-three

# Overall title

.column[
.content[
.bottom[
![:scale 100%](fig/n_cell_t1.png)
]
]
]

However, the .bottom[] doesn't seems to do anything.
My current work-around is to add <br> above the figures. It works fine, but I'm still wondering why .bottom[] is not working here?

class: split-three

# Overall title

.column[
.content[
<br> <br> <br> <br> <br> <br> <br> <br>
![:scale 100%](fig/n_cell_t1.png)
]
]
.column[
.content[
<br> <br> <br> <br> <br> <br> <br> <br>
![:scale 100%](fig/n_cell_t2.png)
]
]
.column[
.content[
<br> <br> <br> <br> <br> <br> <br> <br>
![:scale 100%](fig/n_cell_t3.png)
]
]
@albert-ying
Copy link
Author

Also, I didn't get what .content is doing here? It seems to work the same with and without .content to me 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant