Style Changes
This commit is contained in:
parent
60b7c8d6c0
commit
c7ffb99474
2 changed files with 6 additions and 0 deletions
|
@ -10,9 +10,14 @@ body {
|
|||
.page-header {
|
||||
padding: 10px;
|
||||
background-color: #404040;
|
||||
color: #c0c0c0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.images {
|
||||
position: relative;
|
||||
width: 92vw;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
{% block content %}
|
||||
<div class="content">
|
||||
<div class="page-header">
|
||||
<div class="title">Gallery</div>
|
||||
<div class="search">
|
||||
<form class="f-search" action="index.php" method="get">
|
||||
<input type="text"placeholder="Suche.." name="f" />
|
||||
|
|
Loading…
Reference in a new issue