Added “.ptit” class
This commit is contained in:
parent
695ea453ba
commit
e98cee2786
1 changed files with 5 additions and 1 deletions
|
@ -844,7 +844,11 @@ input {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.ptit {
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width:720px) {
|
@media only screen and (max-width:720px) {
|
||||||
.bigtab td {
|
.bigtab td {
|
||||||
|
|
Loading…
Reference in a new issue