Style Changes

This commit is contained in:
seiichiro 2022-01-10 17:51:30 +01:00
parent 18367d2469
commit 06f35830c3

View file

@ -7,10 +7,9 @@ body {
}
.page-header {
display: block;
width: 100%;
padding: 10px;
background-color: #101010;
background-color: #404040;
}
.images {
@ -104,7 +103,6 @@ body {
}
form.f-search {
float: right;
width: 20%;
}
@ -137,7 +135,6 @@ form.f-search button:hover {
/* Clear floats */
form.f-search::after {
content: "";
clear: both;
display: table;
}