mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
19 lines
228 B
CSS
19 lines
228 B
CSS
.charsheet {
|
|
min-width: 1500px;
|
|
}
|
|
|
|
img {
|
|
width: 200px;
|
|
display:block;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-inline {
|
|
display:inline;
|
|
}
|
|
|
|
div.sheet-col{
|
|
margin-right: 30px;
|
|
margin-bottom: 30px;
|
|
} |