Style Pageheader Grid
This commit is contained in:
parent
8b57a94a5e
commit
a46564f36d
1 changed files with 6 additions and 0 deletions
|
@ -14,11 +14,17 @@ body {
|
|||
margin-bottom: 10px;
|
||||
display: grid;
|
||||
grid-template-columns: 3fr 1fr;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 2em;
|
||||
vertical-align: center;
|
||||
just
|
||||
}
|
||||
|
||||
.search {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
.images {
|
||||
|
|
Loading…
Reference in a new issue