mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Use english catelog for Postgres full-text search and fix logo scaling on mobile devices
This commit is contained in:
@@ -33,7 +33,6 @@ header img {
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
nav,
|
||||
header,
|
||||
main {
|
||||
padding-block: var(--space-s);
|
||||
@@ -71,11 +70,6 @@ section {
|
||||
scroll-margin-block-start: var(--space-xl);
|
||||
}
|
||||
|
||||
.top-nav-logo {
|
||||
max-block-size: var(--space-xl);
|
||||
padding-block: var(--space-xs);
|
||||
}
|
||||
|
||||
@media (min-width: 1525px) {
|
||||
#table-of-contents {
|
||||
position: fixed;
|
||||
|
||||
@@ -26,7 +26,6 @@ header > .container {
|
||||
gap: var(--space-s);
|
||||
}
|
||||
|
||||
nav,
|
||||
header,
|
||||
main {
|
||||
padding-block: var(--space-s);
|
||||
@@ -49,11 +48,6 @@ section {
|
||||
scroll-margin-block-start: var(--space-xl);
|
||||
}
|
||||
|
||||
.top-nav-logo {
|
||||
max-block-size: var(--space-xl);
|
||||
padding-block: var(--space-xs);
|
||||
}
|
||||
|
||||
.docs-navigation {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user