expand header
This commit is contained in:
parent
260dbc6b27
commit
ef5fb1dfa2
@ -6,7 +6,7 @@ header {
|
||||
display: flex;
|
||||
|
||||
.campaign-image {
|
||||
width: 100px;
|
||||
width: 120px;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
width: 90vw;
|
||||
height: 90vh;
|
||||
display: grid;
|
||||
grid-template-rows: 100px 1fr;
|
||||
grid-template-rows: 120px 1fr;
|
||||
grid-template-columns: 2fr 6fr;
|
||||
grid-gap: 20px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user