aa96e25bbc
This is currently hosted by the company, and I'm assigning my copyright to the company, which also runs an ad placement on the page. Note that the NixOS module for hosting it has not been moved yet. Change-Id: Iba9e1cab9370faa79e43c3344fbfbbbabead50b3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7857 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
29 lines
360 B
CSS
29 lines
360 B
CSS
body {
|
|
max-width: 800px;
|
|
margin: 40px auto;
|
|
}
|
|
|
|
#header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.btn.btn-ghost:disabled {
|
|
border-color: #9f9f9f;
|
|
color: #9f9f9f;
|
|
}
|
|
|
|
#predlogi,#padezhi {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.btn {
|
|
margin: 3px;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.footer {
|
|
text-align: right;
|
|
}
|