Center fix
This commit is contained in:
parent
2b5486f7b8
commit
8debd959fa
9
pube.css
9
pube.css
|
@ -81,15 +81,16 @@ table {
|
||||||
margin-top: 0.8em;
|
margin-top: 0.8em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#services th {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#services td {
|
#services td {
|
||||||
border: 1px solid #191919;
|
border: 1px solid #191919;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#services th {
|
|
||||||
text-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
#services td:first-child {
|
#services td:first-child {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue