Fixed search bar size on landing...
This commit is contained in:
parent
be5ee86f70
commit
afd7ae37fe
|
@ -14,4 +14,8 @@ header, h1 {
|
|||
|
||||
h1 {
|
||||
color: palette.$text;
|
||||
}
|
||||
|
||||
input {
|
||||
width: min(75ch, 80vw);
|
||||
}
|
|
@ -1 +1 @@
|
|||
main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20vh 2rem}header,h1{text-align:center}h1{color:#e0e0ff}
|
||||
main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20vh 2rem}header,h1{text-align:center}h1{color:#e0e0ff}input{width:min(75ch,80vw)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user