ripcrypt/templates/Apps/BookGeistSheet/style.css
2025-10-12 01:42:05 -06:00

13 lines
164 B
CSS

.BookGeistSheet {
> .window-content {
display: flex;
flex-direction: row;
gap: 4px;
}
.info {
display: flex;
flex-direction: column;
gap: 4px;
}
}