Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/src/app/pages/help/help.component.scss is written in an unsupported language. File is not indexed.

0001 /* Limit the width of the central Markdown area for better readability */
0002 .documentation-content {
0003   max-width: 800px;
0004   margin: 0 auto; /* Centers horizontally */
0005   padding: 16px;
0006   font-size: 1.2rem;
0007   line-height: 1.6;
0008 }