mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Center and round images in docs
This commit is contained in:
parent
408d8a348e
commit
e5fa626237
|
@ -135,7 +135,9 @@ a + .navbar__link > svg {
|
|||
.markdown {
|
||||
@apply prose prose-lg;
|
||||
}
|
||||
|
||||
.markdown img {
|
||||
@apply rounded-lg mx-auto;
|
||||
}
|
||||
[data-theme="dark"] .markdown {
|
||||
@apply prose-invert;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue