11 lines
172 B
CSS
11 lines
172 B
CSS
#characterSheetTabs {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.characterTab {
|
|
flex-grow: 1;
|
|
min-width: 100px;
|
|
} |