mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
16 lines
143 B
CSS
16 lines
143 B
CSS
.imgBlock {
|
|
height: 1.3em;
|
|
}
|
|
|
|
.imgInline {
|
|
}
|
|
|
|
.wrapperBlock {
|
|
display: block;
|
|
width: fit-content;
|
|
margin: 2px 0;
|
|
}
|
|
|
|
.wrapperInline {
|
|
}
|