mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-01-29 00:06:17 +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;
|
|
}
|