Improved simplesearch styles

This commit is contained in:
pmoreno.rodriguez 2023-02-07 20:08:44 +01:00
parent e22ee911dd
commit f7062ec212
2 changed files with 12 additions and 1 deletions

View file

@ -65,7 +65,17 @@
.search-row {
display: flex;
flex-wrap: nowrap;
align-items: top;
padding-bottom: 1.25em;
margin-bottom: 1.5em;
}
.search-row:last-child {
border: 0;
padding-bottom: 0;
}
.search-row a {
border: 0;
}
.search-image img {
width: 100px;
@ -81,6 +91,7 @@
.search-image img {display:none;}
}
.search-item {
flex: 1;
margin-left: 30px;
margin-bottom: 50px;
border-bottom: solid 1px rgba(160, 160, 160, 0.3);

View file

@ -7,7 +7,7 @@
{% endblock %}
{% block content %}
<article class="simplesearch">
<article class="post">
<header>
<div class="title">
{% block results %}