Merge branch 'main' of https://git.qwik.space/BurnyLlama/ddstats-server
This commit is contained in:
commit
c234becc46
|
@ -14,4 +14,8 @@ header, h1 {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: palette.$text;
|
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