mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Improved simplesearch styles
This commit is contained in:
parent
e22ee911dd
commit
f7062ec212
2 changed files with 12 additions and 1 deletions
|
@ -65,7 +65,17 @@
|
||||||
|
|
||||||
.search-row {
|
.search-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
align-items: top;
|
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 {
|
.search-image img {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
@ -81,6 +91,7 @@
|
||||||
.search-image img {display:none;}
|
.search-image img {display:none;}
|
||||||
}
|
}
|
||||||
.search-item {
|
.search-item {
|
||||||
|
flex: 1;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
|
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article class="simplesearch">
|
<article class="post">
|
||||||
<header>
|
<header>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{% block results %}
|
{% block results %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue