feature: page about

This commit is contained in:
gaelle morin
2020-12-22 16:04:13 +01:00
parent c5435e2ddb
commit 7dcda753c7
6 changed files with 22 additions and 15 deletions

View File

@ -6,6 +6,10 @@ main {
background-color: pink;
}
.whitespace-normal {
white-space: normal;
}
@import 'header/_index';
@import 'left-nav/_index';
@import 'content/_index';