css: mobile: Fix hiding of big logo in mobile layout

Use the '#index' id to select the proper page as the body element
doesn't have 'index' class.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2023-05-16 17:07:08 +02:00
parent 0e8f61beba
commit 2b9d96fcac

View File

@ -20,7 +20,7 @@
#search form {
padding: 5px;
}
body.index h1 {
#index h1 {
display: none;
}
#jumplinks {