mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-06 17:51:24 +00:00
Justified text in paragraphs
This commit is contained in:
parent
2487052b6f
commit
51c8c2d74a
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
.content-column {
|
||||
flex: 1 0 0;
|
||||
padding: 0 0.5rem;
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue