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 {
|
.page-header {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
|
color: #c0c0c0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
.images {
|
.images {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 92vw;
|
width: 92vw;
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
|
<div class="title">Gallery</div>
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<form class="f-search" action="index.php" method="get">
|
<form class="f-search" action="index.php" method="get">
|
||||||
<input type="text"placeholder="Suche.." name="f" />
|
<input type="text"placeholder="Suche.." name="f" />
|
||||||
|
|
Loading…
Reference in a new issue