feature: project-information - wip

This commit is contained in:
gaelle morin
2020-12-29 14:14:23 +01:00
parent ed15a89716
commit ffeff51e96
3 changed files with 49 additions and 39 deletions

View File

@ -10,6 +10,14 @@ main {
white-space: normal;
}
.whitespace-nowrap {
white-space: nowrap;
}
.segment {
white-space: normal !important;
}
@import 'header/_index';
@import 'left-nav/_index';
@import 'content/_index';