multidb
This commit is contained in:
@@ -239,3 +239,12 @@ dialog::backdrop { background: rgba(4,6,9,.82); }
|
||||
.public-content { min-height: 240px; padding: 32px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
|
||||
.public-content img { cursor: zoom-in; }
|
||||
@media (max-width: 600px) { .public-document { padding-top: 32px; } .public-content { padding: 20px; } }
|
||||
|
||||
|
||||
/* Layout safeguards and home footer */
|
||||
.app-header__main, .document-heading { min-width: 0; }
|
||||
.document-url { overflow-wrap: anywhere; }
|
||||
.site-footer { width: min(1040px, calc(100% - 32px)); margin: -36px auto 28px; color: var(--muted-2); font-size: .76rem; text-align: center; }
|
||||
.site-footer a { color: var(--muted); text-decoration: none; }
|
||||
.site-footer a:hover { color: white; }
|
||||
@media (max-width: 760px) { .site-footer { width: min(100% - 24px, 560px); margin-top: -20px; } }
|
||||
|
||||
Reference in New Issue
Block a user