Front page config and settings note

This commit is contained in:
spikecodes 2021-01-08 20:55:40 -08:00
parent ef2f9ad12b
commit b8cdc605a2
6 changed files with 32 additions and 7 deletions

View file

@ -70,6 +70,7 @@ main {
footer {
display: flex;
justify-content: center;
margin-top: 20px;
}
footer > a {
@ -631,6 +632,13 @@ input[type="submit"]:hover { color: var(--accent); }
align-items: center;
}
#settings_note {
font-size: 14px;
max-width: 300px;
margin-top: 10px;
opacity: 0.75;
}
#prefs {
display: flex;
flex-direction: column;
@ -645,6 +653,7 @@ input[type="submit"]:hover { color: var(--accent); }
display: flex;
justify-content: space-between;
width: 100%;
height: 35px;
align-items: center;
}