updated css to make textbox and button 50% screeen

This commit is contained in:
Massimiliano Assante 2021-10-26 12:12:36 +02:00
parent 28c699b404
commit 2fed7bccf5
1 changed files with 12 additions and 3 deletions

View File

@ -3,6 +3,14 @@
width: 100%; width: 100%;
} }
input#inputQueryCatalogue.input-large {
width: 69%;
}
#searchCatalogueButton {
width: 29%;
}
.input-catalogue { .input-catalogue {
text-align: center; text-align: center;
width: 100%; width: 100%;
@ -20,6 +28,7 @@
.catalogue-table-cell { .catalogue-table-cell {
display: table-cell; display: table-cell;
width: 47%;
padding: 0; padding: 0;
} }
@ -30,7 +39,7 @@
} }
.media-heading-homepage { .media-heading-homepage {
font-size: 14px; font-size: 11px;
hyphens: auto; hyphens: auto;
line-height: 1.3; line-height: 1.3;
} }
@ -42,11 +51,11 @@
overflow: hidden; overflow: hidden;
position: relative; position: relative;
text-align: center; text-align: center;
width: 130px; width: 90px;
} }
.logo-homepage { .logo-homepage {
max-height: 60px; max-height: 30px;
} }
div.catstats { div.catstats {