mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
15 lines
185 B
CSS
15 lines
185 B
CSS
h3 {
|
|
font-size: 1.4em;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
padding-right: 4px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|