centering table with text #794
Replies: 2 comments
-
|
Hi @craciu25yt, Would you be able to provide a Markdown sample demonstrating how you currently have things configured? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
hey, I could make it <style>
.img-colm {
display: flex;
justify-content: center;
align-items: center;
}
.img-colm img {
max-width: 45vh;
flex-shrink: 0;
}
</style>
::: img-colm
-
||| Light
Priories manual approbation (enabled by setting a `Manual Approvement channel`), allows swearing and light insults
||| Medium
A balance between both, swearing is allowed while heavy insults are flagged
||| Strict
Gives the power to flag most harmful content, in case you want clean environment ex. children around
|||
::: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey so I'm new to retype, and I wanted to put an image and a table to its side, and following text below. I was able to jump line by using
<br clear="both" />, but now I want to align the text and the image vertically. I've realised somewhere in the docs{.compact}was used so I thought tailwind could be implemented so I've tried putting{.align-middle}, but didn't work. Someone knows how to achieve it?Beta Was this translation helpful? Give feedback.
All reactions