Style Changes

This commit is contained in:
seiichiro 2022-01-10 18:01:10 +01:00
parent 60b7c8d6c0
commit c7ffb99474
2 changed files with 6 additions and 0 deletions

View file

@ -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;

View file

@ -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" />