mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-01-30 05:50:14 +00:00
10 lines
136 B
CSS
10 lines
136 B
CSS
|
.textcenter {
|
||
|
text-align: center !important;
|
||
|
}
|
||
|
|
||
|
.centerblock {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|