fix results display

This commit is contained in:
meaz 2020-02-15 19:05:20 +01:00
parent df57184832
commit 311de3e1eb
2 changed files with 43 additions and 0 deletions

View File

@ -53,6 +53,21 @@
width: 10px;
}
/* Simple search plugin
------------------------------------*/
.search-item {
margin-left: 20px;
margin-bottom: 10px;
}
.search-image {
}
.search-image img {
display: none;
}
/* mobile navigation
------------------------------------*/
#main-nav {

View File

@ -73,6 +73,34 @@ a:hover {
margin: 0 3rem;
}
/* Simple search plugin */
.simplesearch {
padding: 20px;
}
.search-title h3 {
color: white;
background-color: #50162D;
border-radius: 5px;
padding: 0.4% 1%;
}
.search-title h3 a {
color: white;
text-decoration: none;
}
.search-item h1 {
font-size: 20px;
}
.search-item img {
height: 50px;
}
/* Howto: Services */
#flex {