mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-02-06 13:09:15 +00:00
16 lines
196 B
CSS
16 lines
196 B
CSS
|
.textcenter {
|
||
|
text-align: center !important;
|
||
|
}
|
||
|
|
||
|
.centerblock {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
|
||
|
#image.img {
|
||
|
max-width: 300px;
|
||
|
max-height: 300px;
|
||
|
|
||
|
}
|