diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-22 20:45:13 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-22 20:45:13 +0200 |
| commit | e562b773ba37f01b0175336db6308b729f7b6f02 (patch) | |
| tree | e9574cfd54fc54ddf33ed5cc35f8ff7a1c39d56d /templates/base.html | |
| parent | 3350937e07894460c42acfe64afe8da012c6cbee (diff) | |
| download | mitjafelicijan.com-e562b773ba37f01b0175336db6308b729f7b6f02.tar.gz | |
Removed search options from index
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index c588e4f..0b26cbf 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -129,9 +129,6 @@ | |||
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | pre { margin-block-start: 1em; margin-block-end: 1em; } | 131 | pre { margin-block-start: 1em; margin-block-end: 1em; } |
| 132 | |||
| 133 | section.quick-jump { display: grid; gap: 1em; margin-top: 1em; grid-template-columns: 1fr 1fr; } | ||
| 134 | section.quick-jump input { font-family: sans-serif; } | ||
| 135 | 132 | ||
| 136 | .promobox { | 133 | .promobox { |
| 137 | margin-top: 1em; | 134 | margin-top: 1em; |
| @@ -171,8 +168,6 @@ | |||
| 171 | } | 168 | } |
| 172 | 169 | ||
| 173 | .hide-on-mobile { display: none; } | 170 | .hide-on-mobile { display: none; } |
| 174 | |||
| 175 | section.quick-jump { display: none; } | ||
| 176 | } | 171 | } |
| 177 | </style> | 172 | </style> |
| 178 | <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script> | 173 | <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script> |
