Moved sidebar width to css file

* see #11

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-25 11:06:54 +01:00
parent d045b1314c
commit 53f6a78fdc
2 changed files with 5 additions and 1 deletions

View File

@ -46,4 +46,8 @@ body.submenu {
.post-title {
font-weight: $font-weight-normal;
}
.card.sidebar {
width: 20rem;
}