Skip to content
Snippets Groups Projects

Beta 5

Merged Martin Mechtel requested to merge beta-5 into develop
3 files
+ 21
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -70,3 +70,13 @@ h2 {
/* background-color: mediumaquamarine; */
overflow-y: auto;
}
.main-navi-buttons {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
}
.main-navi-buttons button {
margin: 10px;
}
Loading