Grid Layout

This commit is contained in:
seiichiro 2022-01-10 18:06:10 +01:00
parent 561cf1e02c
commit 1cdc86e565

View file

@ -12,6 +12,8 @@ body {
background-color: #404040;
color: #c0c0c0;
margin-bottom: 10px;
display: grid;
grid-template-columns: 3fr 1fr;
}
.title {
@ -108,10 +110,6 @@ body {
color: #ffffff;
}
form.f-search {
width: 25%;
}
/* Style the search field */
form.f-search input[type=text] {
padding: 10px;