Grid Layout
This commit is contained in:
parent
561cf1e02c
commit
1cdc86e565
1 changed files with 2 additions and 4 deletions
|
@ -12,6 +12,8 @@ body {
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 3fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
@ -108,10 +110,6 @@ body {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.f-search {
|
|
||||||
width: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Style the search field */
|
/* Style the search field */
|
||||||
form.f-search input[type=text] {
|
form.f-search input[type=text] {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in a new issue