mirror of
https://gitlab.silvrtree.co.uk/martind2000/obrand-admin-server.git
synced 2025-01-25 17:46:18 +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;
|
|
|
|
}
|