mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-26 13:20:23 +00:00
2de6d8151b
* Improve about section * Add changelog link Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
18 lines
255 B
SCSS
18 lines
255 B
SCSS
.settings-page {
|
|
section.content-area {
|
|
margin-bottom: 2rem;
|
|
|
|
h2 {
|
|
font-size: 1.0rem;
|
|
margin-bottom: 0.8rem;
|
|
}
|
|
}
|
|
|
|
.input-group > input[type=submit] {
|
|
height: auto;
|
|
}
|
|
|
|
section.about table {
|
|
max-width: 500px;
|
|
}
|
|
}
|