linkding/bookmarks/styles/settings.scss
Sascha Ißbrücker 2de6d8151b
Improve about section (#265)
* Improve about section

* Add changelog link

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2022-05-21 21:33:08 +02:00

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;
}
}