mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-10 20:27:53 +02:00

* Improve about section * Add changelog link Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
19 lines
255 B
SCSS
19 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;
|
|
}
|
|
}
|