0
0
Fork 0

Rename the docs folder to site since it isn't really used for documentation

This commit is contained in:
Oliver Akins 2022-07-31 22:26:34 -06:00
parent 822abc3fae
commit c48d474766
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
5 changed files with 1 additions and 1 deletions

35
site/style.css Normal file
View file

@ -0,0 +1,35 @@
[v-cloak] {
display: none;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 5px;
}
#login {
text-align: center;
}
#login > input {
margin: 5px auto;
}
.lurk-group {
background: #1a242f;
border-radius: 10px;
margin: 7px;
padding: 10px;
}
.message {
display: flex;
align-items: center;
}
.flex-container {
display: flex;
}
.message-input {
flex-grow: 1;
}