forked from AkkomaGang/akkoma-fe
19 lines
390 B
CSS
19 lines
390 B
CSS
/* THIS IS A PLACEHOLDER FILE
|
|
place a css file at $static_dir/static/custom.css
|
|
to apply custom styles to your frontend
|
|
*/
|
|
|
|
/* qb: for 3v.is */
|
|
|
|
.app-layout {
|
|
--miniColumn: 33rem !important;
|
|
--maxiColumn: minmax(var(--miniColumn), 39rem) !important;
|
|
--columnGap: 0.5em !important;
|
|
--status-margin: 0.5em !important;
|
|
|
|
font-size: 17px;
|
|
}
|
|
|
|
:root {
|
|
--post-line-height: 2.0;
|
|
}
|