mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Justify text.
This commit is contained in:
parent
e4be157ce9
commit
ff503f2b4e
|
|
@ -36,6 +36,7 @@ body {
|
|||
|
||||
.site p {
|
||||
margin-top: 10px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.site .media:first-child {
|
||||
|
|
@ -76,7 +77,8 @@ body {
|
|||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.jumbotron.banner .row {
|
||||
.jumbotron.banner .row,
|
||||
.jumbotron.banner .row p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue