Improve Roadmap and Board components

This commit is contained in:
riggraz
2019-09-06 14:36:26 +02:00
parent 5b8b36afd9
commit 25d7d9a5af
8 changed files with 52 additions and 28 deletions

View File

@@ -39,7 +39,6 @@
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
.sidebar {
.sidebar-box {
@@ -208,4 +207,10 @@
margin-top: auto;
margin-bottom: auto;
margin-right: 4px;
}
.infoText {
display: block;
text-align: center;
font-style: italic;
}