mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 20:22:29 +00:00
17 lines
242 B
CSS
17 lines
242 B
CSS
.character {
|
|
font-size: 12px;
|
|
font-weight: bolder;
|
|
font-family: "Times New Roman";
|
|
}
|
|
|
|
textarea {
|
|
display:block;
|
|
resize:vertical;
|
|
min-height: 2em;
|
|
max-height: 2.5em;
|
|
height: 2em;
|
|
}
|
|
|
|
html,body{
|
|
height:100%;
|
|
} |