mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 21:22:34 +00:00
19 lines
246 B
CSS
19 lines
246 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;
|
|
} |